ContentTypes Constructor

HttpServer.dll

Initializes a new instance of the ContentTypes class

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

Syntax

C#
public ContentTypes(
	string types
)
Visual Basic (Declaration)
Public Sub New ( _
	types As String _
)
Visual C++
public:
ContentTypes(
	String^ types
)

Parameters

types
Type: System..::.String
Semicolon separated content types.

See Also