







Creates a deep copy of the item specified
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public HttpInputItem( HttpInputItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ item As HttpInputItem _ ) |
| Visual C++ |
|---|
public: HttpInputItem( HttpInputItem^ item ) |
Parameters
- item
- Type: HttpServer..::.HttpInputItem
The item to copy
Remarks
The function makes a deep copy of quite a lot which can be slow
