Item Property

HttpServer.dll

Fetch a content type

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

Syntax

C#
public string this[
	string type
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	type As String _
) As String
Visual C++
public:
property String^ default[String^ type] {
	String^ get (String^ type);
}

Parameters

type
Type: System..::.String
Part of type ("xml" would return "application/xml")

Return Value

See Also