AcceptTypes Property

HttpServer.dll

Kind of types accepted by the client.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string[] AcceptTypes { get; }
Visual Basic (Declaration)
Public ReadOnly Property AcceptTypes As String()
Visual C++
public:
property array<String^>^ AcceptTypes {
	array<String^>^ get ();
}

See Also