Documentation for this section has not yet been entered.
See Also: Inherited members from object.
[read-only] | AcceptTypes | string[]. Documentation for this section has not yet been entered. |
[read-only] | ClientCertificateError | int . Documentation for this section has not yet been entered. |
[read-only] | ContentEncoding | System.Text.Encoding . Documentation for this section has not yet been entered. |
[read-only] | ContentLength64 | long . Documentation for this section has not yet been entered. |
[read-only] | ContentType | string . Documentation for this section has not yet been entered. |
[read-only] | Cookies | CookieCollection . Documentation for this section has not yet been entered. |
[read-only] | HasEntityBody | bool . Documentation for this section has not yet been entered. |
[read-only] | Headers | System.Collections.Specialized.NameValueCollection . Documentation for this section has not yet been entered. |
[read-only] | HttpMethod | string . Documentation for this section has not yet been entered. |
[read-only] | InputStream | System.IO.Stream . Documentation for this section has not yet been entered. |
[read-only] | IsAuthenticated | bool . Documentation for this section has not yet been entered. |
[read-only] | IsLocal | bool . Gets a value indicating whether the request is sent from the local computer. |
[read-only] | IsSecureConnection | bool . Documentation for this section has not yet been entered. |
[read-only] | IsWebSocketRequest | bool . Gets a value indicating whether the request is a WebSocket connection request. |
[read-only] | KeepAlive | bool . Documentation for this section has not yet been entered. |
[read-only] | LocalEndPoint | System.Net.IPEndPoint . Documentation for this section has not yet been entered. |
[read-only] | ProtocolVersion | Version . Documentation for this section has not yet been entered. |
[read-only] | QueryString | System.Collections.Specialized.NameValueCollection . Documentation for this section has not yet been entered. |
[read-only] | RawUrl | string . Documentation for this section has not yet been entered. |
[read-only] | RemoteEndPoint | System.Net.IPEndPoint . Documentation for this section has not yet been entered. |
[read-only] | RequestTraceIdentifier | Guid . Documentation for this section has not yet been entered. |
[read-only] | Url | Uri . Documentation for this section has not yet been entered. |
[read-only] | UrlReferrer | Uri . Documentation for this section has not yet been entered. |
[read-only] | UserAgent | string . Documentation for this section has not yet been entered. |
[read-only] | UserHostAddress | string . Documentation for this section has not yet been entered. |
[read-only] | UserHostName | string . Documentation for this section has not yet been entered. |
[read-only] | UserLanguages | string[]. Documentation for this section has not yet been entered. |
|
BeginGetClientCertificate
(AsyncCallback, object)Documentation for this section has not yet been entered. |
|
|
EndGetClientCertificate
(IAsyncResult)Documentation for this section has not yet been entered. |
|
|
GetClientCertificate
()Documentation for this section has not yet been entered. |
static
|
IsNull<T>
(this T)Determines whether the specified object is null. |
|
static
|
IsNullDo<T>
(this T, Action)Determines whether the specified object is null. And invokes the specified Action delegate if the specified object is null. |
|
static
|
IsUpgradeTo
(this HttpListenerRequest, string)Determines whether the specified WebSocketSharp.Net.HttpListenerRequest is the HTTP Upgrade request to switch to the specified protocol. |
Documentation for this section has not yet been entered.
Syntax
public string[] AcceptTypes { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
Parameters
- requestCallback
- Documentation for this section has not yet been entered.
- state
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public int ClientCertificateError { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Text.Encoding ContentEncoding { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public long ContentLength64 { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string ContentType { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public CookieCollection Cookies { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate (IAsyncResult asyncResult)Parameters
- asyncResult
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public bool HasEntityBody { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Collections.Specialized.NameValueCollection Headers { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string HttpMethod { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.IO.Stream InputStream { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public bool IsAuthenticated { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets a value indicating whether the request is sent from the local computer.
Syntax
public bool IsLocal { get; }Value
true if the request is sent from the local computer; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public bool IsSecureConnection { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets a value indicating whether the request is a WebSocket connection request.
Syntax
public bool IsWebSocketRequest { get; }Value
true if the request is a WebSocket connection request; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public bool KeepAlive { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Net.IPEndPoint LocalEndPoint { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public Version ProtocolVersion { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Collections.Specialized.NameValueCollection QueryString { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string RawUrl { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public System.Net.IPEndPoint RemoteEndPoint { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public Guid RequestTraceIdentifier { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public Uri Url { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public Uri UrlReferrer { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string UserAgent { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string UserHostAddress { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string UserHostName { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Documentation for this section has not yet been entered.
Syntax
public string[] UserLanguages { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)