HttpInput Constructor (String, Boolean)

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#
protected HttpInput(
	string name,
	bool ignoreChanges
)
Visual Basic (Declaration)
Protected Sub New ( _
	name As String, _
	ignoreChanges As Boolean _
)
Visual C++
protected:
HttpInput(
	String^ name, 
	bool ignoreChanges
)

Parameters

name
Type: System..::.String
form name.
ignoreChanges
Type: System..::.Boolean
if set to true all changes will be ignored.

Remarks

this constructor should only be used by Empty

See Also