HttpInput Constructor (HttpInput)

HttpServer.dll

Creates a deep copy of the HttpInput class

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

Syntax

C#
protected HttpInput(
	HttpInput input
)
Visual Basic (Declaration)
Protected Sub New ( _
	input As HttpInput _
)
Visual C++
protected:
HttpInput(
	HttpInput^ input
)

Parameters

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

Remarks

The function makes a deep copy of quite a lot which can be slow

See Also