HttpForm Constructor (String)

HttpServer.dll

Initializes a form container with the specified name

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

Syntax

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

Parameters

name
Type: System..::.String
Name of the form

See Also