Click or drag to resize

HttpListenerResponseCopyFrom Method

Copies some properties from the specified HttpListenerResponse to this response.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void CopyFrom(
	HttpListenerResponse templateResponse
)

Parameters

templateResponse
Type: Sfs2X.WebSocketSharp.NetHttpListenerResponse
A HttpListenerResponse to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptiontemplateResponse is .
See Also