HttpListenerResponse..::..CopyFrom Method
Copies some properties from the specified HttpListenerResponse to
this response.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void CopyFrom( HttpListenerResponse templateResponse )
Public Sub CopyFrom ( _ templateResponse As HttpListenerResponse _ )
public: void CopyFrom( HttpListenerResponse^ templateResponse )
Parameters
- templateResponse
- Type: WebSocketSharp.Net..::..HttpListenerResponse
A HttpListenerResponse to copy.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | templateResponse is nullNothingnullptra null reference (Nothing in Visual Basic). |