Click or drag to resize

HttpRequestHeader Enumeration

Contains the HTTP headers that may be specified in a client request.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum HttpRequestHeader
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.
Accept20 Indicates the Accept header.
AcceptCharset21 Indicates the Accept-Charset header.
AcceptEncoding22 Indicates the Accept-Encoding header.
AcceptLanguage23 Indicates the Accept-Language header.
Authorization24 Indicates the Authorization header.
Cookie25 Indicates the Cookie header.
Expect26 Indicates the Expect header.
From27 Indicates the From header.
Host28 Indicates the Host header.
IfMatch29 Indicates the If-Match header.
IfModifiedSince30 Indicates the If-Modified-Since header.
IfNoneMatch31 Indicates the If-None-Match header.
IfRange32 Indicates the If-Range header.
IfUnmodifiedSince33 Indicates the If-Unmodified-Since header.
MaxForwards34 Indicates the Max-Forwards header.
ProxyAuthorization35 Indicates the Proxy-Authorization header.
Referer36 Indicates the Referer header.
Range37 Indicates the Range header.
Te38 Indicates the TE header.
Translate39 Indicates the Translate header.
UserAgent40 Indicates the User-Agent header.
SecWebSocketKey41 Indicates the Sec-WebSocket-Key header.
SecWebSocketExtensions42 Indicates the Sec-WebSocket-Extensions header.
SecWebSocketProtocol43 Indicates the Sec-WebSocket-Protocol header.
SecWebSocketVersion44 Indicates the Sec-WebSocket-Version header.
Remarks
The HttpRequestHeader enumeration contains the HTTP request headers defined in RFC 2616 for the HTTP/1.1 and RFC 6455 for the WebSocket.
See Also