HttpForm Constructor (HttpInput)

HttpServer.dll

Makes a deep copy of the input

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

Syntax

C#
public HttpForm(
	HttpInput input
)
Visual Basic (Declaration)
Public Sub New ( _
	input As HttpInput _
)
Visual C++
public:
HttpForm(
	HttpInput^ input
)

Parameters

input
Type: HttpServer..::.HttpInput
The input to copy

See Also