Click or drag to resize

HttpResponseHeader Enumeration

Contains the HTTP headers that can be specified in a server response.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum HttpResponseHeader
Members
  Member nameValueDescription
CacheControl0 Indicates the Cache-Control header.
Connection1 Indicates the Connection header.
Date2 Indicates the Date header.
KeepAlive3 Indicates the Keep-Alive header.
Pragma4 Indicates the Pragma header.
Trailer5 Indicates the Trailer header.
TransferEncoding6 Indicates the Transfer-Encoding header.
Upgrade7 Indicates the Upgrade header.
Via8 Indicates the Via header.
Warning9 Indicates the Warning header.
Allow10 Indicates the Allow header.
ContentLength11 Indicates the Content-Length header.
ContentType12 Indicates the Content-Type header.
ContentEncoding13 Indicates the Content-Encoding header.
ContentLanguage14 Indicates the Content-Language header.
ContentLocation15 Indicates the Content-Location header.
ContentMd516 Indicates the Content-MD5 header.
ContentRange17 Indicates the Content-Range header.
Expires18 Indicates the Expires header.
LastModified19 Indicates the Last-Modified header.
AcceptRanges20 Indicates the Accept-Ranges header.
Age21 Indicates the Age header.
ETag22 Indicates the ETag header.
Location23 Indicates the Location header.
ProxyAuthenticate24 Indicates the Proxy-Authenticate header.
RetryAfter25 Indicates the Retry-After header.
Server26 Indicates the Server header.
SetCookie27 Indicates the Set-Cookie header.
Vary28 Indicates the Vary header.
WwwAuthenticate29 Indicates the WWW-Authenticate header.
SecWebSocketExtensions30 Indicates the Sec-WebSocket-Extensions header.
SecWebSocketAccept31 Indicates the Sec-WebSocket-Accept header.
SecWebSocketProtocol32 Indicates the Sec-WebSocket-Protocol header.
SecWebSocketVersion33 Indicates the Sec-WebSocket-Version header.
Remarks
The HttpResponseHeader enumeration contains the HTTP response headers defined in RFC 2616 for the HTTP/1.1 and RFC 6455 for the WebSocket.
See Also