C-DEngine 5.105

HttpListenerResponse..::..CopyFrom Method

Copies some properties from the specified HttpListenerResponse to this response.

Namespace:  WebSocketSharp.Net
Assembly:  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


ExceptionCondition
ArgumentNullExceptiontemplateResponse is nullNothingnullptra null reference (Nothing in Visual Basic).