Click or drag to resize

WebHeaderCollectionItem Property (HttpResponseHeader)

Gets or sets the specified response header in the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string this[
	HttpResponseHeader header
] { get; set; }

Parameters

header
Type: Sfs2X.WebSocketSharp.NetHttpResponseHeader
One of the HttpResponseHeader enum values, represents the response header to get or set.

Property Value

Type: String
A String that represents the value of the response header.
Exceptions
ExceptionCondition
ArgumentException

header is a restricted header.

-or-

value contains invalid characters.

ArgumentOutOfRangeException The length of value is greater than 65,535 characters.
InvalidOperationException The current WebHeaderCollection instance doesn't allow the response header.
See Also