HttpInput Constructor (String)

HttpServer.dll

Initializes a new instance of the HttpInput class.

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

Syntax

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

Parameters

name
Type: System..::.String
form name.

See Also