C-DEngine 5.105

HttpResponseHeader Enumeration

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum HttpResponseHeader
Public Enumeration HttpResponseHeader
public enum class HttpResponseHeader

Members


Member nameDescription
CacheControl Indicates the Cache-Control header.
Connection Indicates the Connection header.
Date Indicates the Date header.
KeepAlive Indicates the Keep-Alive header.
Pragma Indicates the Pragma header.
Trailer Indicates the Trailer header.
TransferEncoding Indicates the Transfer-Encoding header.
Upgrade Indicates the Upgrade header.
Via Indicates the Via header.
Warning Indicates the Warning header.
Allow Indicates the Allow header.
ContentLength Indicates the Content-Length header.
ContentType Indicates the Content-Type header.
ContentEncoding Indicates the Content-Encoding header.
ContentLanguage Indicates the Content-Language header.
ContentLocation Indicates the Content-Location header.
ContentMd5 Indicates the Content-MD5 header.
ContentRange Indicates the Content-Range header.
Expires Indicates the Expires header.
LastModified Indicates the Last-Modified header.
AcceptRanges Indicates the Accept-Ranges header.
Age Indicates the Age header.
ETag Indicates the ETag header.
Location Indicates the Location header.
ProxyAuthenticate Indicates the Proxy-Authenticate header.
RetryAfter Indicates the Retry-After header.
Server Indicates the Server header.
SetCookie Indicates the Set-Cookie header.
Vary Indicates the Vary header.
WwwAuthenticate Indicates the WWW-Authenticate header.
SecWebSocketExtensions Indicates the Sec-WebSocket-Extensions header.
SecWebSocketAccept Indicates the Sec-WebSocket-Accept header.
SecWebSocketProtocol Indicates the Sec-WebSocket-Protocol header.
SecWebSocketVersion 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.