First Property

HttpServer.dll

Get this first content type.

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

Syntax

C#
public string First { get; }
Visual Basic (Declaration)
Public ReadOnly Property First As String
Visual C++
public:
property String^ First {
	String^ get ();
}

See Also