|
SkyWay Unity SDK
公式APIリファレンス
|
クラス | |
| class | ClientSslConfiguration |
| Stores the parameters for an SslStream instance used by a client. [詳解] | |
| class | Cookie |
| Provides a set of methods and properties used to manage an HTTP cookie. [詳解] | |
| class | CookieCollection |
| Provides a collection of instances of the Cookie class. [詳解] | |
| class | CookieException |
| The exception that is thrown when a Cookie gets an error. [詳解] | |
| class | HttpBasicIdentity |
| Holds the username and password from an HTTP Basic authentication attempt. [詳解] | |
| class | HttpDigestIdentity |
| Holds the username and other parameters from an HTTP Digest authentication attempt. [詳解] | |
| class | HttpListener |
| Provides a simple, programmatically controlled HTTP listener. [詳解] | |
| class | HttpListenerContext |
| Provides the access to the HTTP request and response objects used by the HttpListener class. [詳解] | |
| class | HttpListenerException |
| The exception that is thrown when an error occurs processing an HTTP request. [詳解] | |
| class | HttpListenerPrefixCollection |
| Provides a collection used to store the URI prefixes for a instance of the HttpListener class. [詳解] | |
| class | HttpListenerRequest |
| Represents an incoming HTTP request to a HttpListener instance. [詳解] | |
| class | HttpListenerResponse |
| Represents an HTTP response to an HTTP request received by a HttpListener instance. [詳解] | |
| class | HttpVersion |
| Provides the HTTP version numbers. [詳解] | |
| class | NetworkCredential |
| Provides the credentials for the password-based authentication. [詳解] | |
| class | ServerSslConfiguration |
| Stores the parameters for SslStream instances used by a server. [詳解] | |
| class | WebHeaderCollection |
| Provides a collection of the HTTP headers associated with a request or response. [詳解] | |
Indicates the HTTP header that may be specified in a client request.
The headers of this enumeration are defined in RFC 2616
or RFC 6455
.
| 列挙値 | |
|---|---|
| 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. |
| Accept | Indicates the Accept header. |
| AcceptCharset | Indicates the Accept-Charset header. |
| AcceptEncoding | Indicates the Accept-Encoding header. |
| AcceptLanguage | Indicates the Accept-Language header. |
| Authorization | Indicates the Authorization header. |
| Cookie | Indicates the Cookie header. |
| Expect | Indicates the Expect header. |
| From | Indicates the From header. |
| Host | Indicates the Host header. |
| IfMatch | Indicates the If-Match header. |
| IfModifiedSince | Indicates the If-Modified-Since header. |
| IfNoneMatch | Indicates the If-None-Match header. |
| IfRange | Indicates the If-Range header. |
| IfUnmodifiedSince | Indicates the If-Unmodified-Since header. |
| MaxForwards | Indicates the Max-Forwards header. |
| ProxyAuthorization | Indicates the Proxy-Authorization header. |
| Referer | Indicates the Referer header. |
| Range | Indicates the Range header. |
| Te | Indicates the TE header. |
| Translate | Indicates the Translate header. |
| UserAgent | Indicates the User-Agent header. |
| SecWebSocketKey | Indicates the Sec-WebSocket-Key header. |
| SecWebSocketExtensions | Indicates the Sec-WebSocket-Extensions header. |
| SecWebSocketProtocol | Indicates the Sec-WebSocket-Protocol header. |
| SecWebSocketVersion | Indicates the Sec-WebSocket-Version header. |
Indicates the HTTP header that can be specified in a server response.
The headers of this enumeration are defined in RFC 2616
or RFC 6455
.
| 列挙値 | |
|---|---|
| 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. |
Indicates the HTTP status code that can be specified in a server response.
The values of this enumeration are defined in RFC 2616
.