Click or drag to resize

HttpListenerResponseHeaders Property

Gets or sets the HTTP headers sent to the client.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public WebHeaderCollection Headers { get; set; }

Property Value

Type: WebHeaderCollection
A WebHeaderCollection that contains the headers sent to the client.
Exceptions
ExceptionCondition
InvalidOperationException The value specified for a set operation isn't valid for a response.
See Also