websocket-sharp : WebSocketSharp.Net Namespace

HttpListenerRequest Class

Documentation for this section has not yet been entered.

Syntax

public sealed class HttpListenerRequest

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062

Members

See Also: Inherited members from object.

Public Properties

[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 . Documentation for this section has not yet been entered.
[read-only]
IsSecureConnection bool . Documentation for this section has not yet been entered.
[read-only]
IsWebSocketRequest bool . Documentation for this section has not yet been entered.
[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.

Public Methods

BeginGetClientCertificate (AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
EndGetClientCertificate (IAsyncResult) : System.Security.Cryptography.X509Certificates.X509Certificate2
Documentation for this section has not yet been entered.
GetClientCertificate () : System.Security.Cryptography.X509Certificates.X509Certificate2
Documentation for this section has not yet been entered.

Extension Methods

static
IsNull<T> (this T) : bool
Determines whether the specified object is null.
static
IsNullDo<T> (this T, Action) : bool
Determines whether the specified object is null. And invokes the specified Action delegate if the specified object is null.

Member Details

AcceptTypes Property

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)
Assembly Versions: 1.0.2.27062

BeginGetClientCertificate Method

Documentation for this section has not yet been entered.

Syntax

public IAsyncResult BeginGetClientCertificate (AsyncCallback requestCallback, object state)

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)
Assembly Versions: 1.0.2.27062

ClientCertificateError Property

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)
Assembly Versions: 1.0.2.27062

ContentEncoding Property

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)
Assembly Versions: 1.0.2.27062

ContentLength64 Property

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)
Assembly Versions: 1.0.2.27062

ContentType Property

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)
Assembly Versions: 1.0.2.27062

Cookies Property

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)
Assembly Versions: 1.0.2.27062

EndGetClientCertificate Method

Documentation for this section has not yet been entered.

Syntax

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)
Assembly Versions: 1.0.2.27062

GetClientCertificate Method

Documentation for this section has not yet been entered.

Syntax

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)
Assembly Versions: 1.0.2.27062

HasEntityBody Property

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)
Assembly Versions: 1.0.2.27062

Headers Property

Documentation for this section has not yet been entered.

Syntax

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)
Assembly Versions: 1.0.2.27062

HttpMethod Property

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)
Assembly Versions: 1.0.2.27062

InputStream Property

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)
Assembly Versions: 1.0.2.27062

IsAuthenticated Property

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)
Assembly Versions: 1.0.2.27062

IsLocal Property

Documentation for this section has not yet been entered.

Syntax

public bool IsLocal { 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)
Assembly Versions: 1.0.2.27062

IsSecureConnection Property

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)
Assembly Versions: 1.0.2.27062

IsWebSocketRequest Property

Documentation for this section has not yet been entered.

Syntax

public bool IsWebSocketRequest { 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)
Assembly Versions: 1.0.2.27062

KeepAlive Property

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)
Assembly Versions: 1.0.2.27062

LocalEndPoint Property

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)
Assembly Versions: 1.0.2.27062

ProtocolVersion Property

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)
Assembly Versions: 1.0.2.27062

QueryString Property

Documentation for this section has not yet been entered.

Syntax

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)
Assembly Versions: 1.0.2.27062

RawUrl Property

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)
Assembly Versions: 1.0.2.27062

RemoteEndPoint Property

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)
Assembly Versions: 1.0.2.27062

RequestTraceIdentifier Property

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)
Assembly Versions: 1.0.2.27062

Url Property

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)
Assembly Versions: 1.0.2.27062

UrlReferrer Property

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)
Assembly Versions: 1.0.2.27062

UserAgent Property

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)
Assembly Versions: 1.0.2.27062

UserHostAddress Property

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)
Assembly Versions: 1.0.2.27062

UserHostName Property

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)
Assembly Versions: 1.0.2.27062

UserLanguages Property

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)
Assembly Versions: 1.0.2.27062