Click or drag to resize

WebHeaderCollectionRemove Method (HttpResponseHeader)

Removes the specified response header from the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Remove(
	HttpResponseHeader header
)

Parameters

header
Type: Sfs2X.WebSocketSharp.NetHttpResponseHeader
One of the HttpResponseHeader enum values, represents the response header to remove.
Exceptions
ExceptionCondition
ArgumentExceptionheader is a restricted header.
InvalidOperationException The current WebHeaderCollection instance doesn't allow the response header.
See Also