Documentation for this section has not yet been entered.
See Also: Inherited members from object.
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. |
[read-only] | ExtPayloadLen | byte[]. Documentation for this section has not yet been entered. |
[read-only] | Fin | Fin . Documentation for this section has not yet been entered. |
[read-only] | Length | ulong . Documentation for this section has not yet been entered. |
[read-only] | Masked | Mask . Documentation for this section has not yet been entered. |
[read-only] | MaskingKey | byte[]. Documentation for this section has not yet been entered. |
[read-only] | Opcode | Opcode . Documentation for this section has not yet been entered. |
[read-only] | PayloadData | PayloadData . Documentation for this section has not yet been entered. |
[read-only] | PayloadLen | byte . Documentation for this section has not yet been entered. |
[read-only] | PayloadLength | ulong . Documentation for this section has not yet been entered. |
[read-only] | Rsv1 | Rsv . Documentation for this section has not yet been entered. |
[read-only] | Rsv2 | Rsv . Documentation for this section has not yet been entered. |
[read-only] | Rsv3 | Rsv . Documentation for this section has not yet been entered. |
|
GetEnumerator
()Documentation for this section has not yet been entered. |
|
static
|
Parse
(byte[])Documentation for this section has not yet been entered. |
|
static
|
Parse
(System.IO.Stream)Documentation for this section has not yet been entered. |
|
static
|
Parse
(byte[], bool)Documentation for this section has not yet been entered. |
|
static
|
Parse
(System.IO.Stream, bool)Documentation for this section has not yet been entered. |
|
static
|
ParseAsync
(System.IO.Stream, Action<WsFrame>)Documentation for this section has not yet been entered. |
|
static
|
ParseAsync
(System.IO.Stream, bool, Action<WsFrame>)Documentation for this section has not yet been entered. |
|
|
Print
()Documentation for this section has not yet been entered. |
|
|
ToBytes
()Documentation for this section has not yet been entered. |
|
override
|
ToString
()Documentation for this section has not yet been entered. |
|
IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. |
Documentation for this section has not yet been entered.
Syntax
public WsFrame (Opcode opcode, PayloadData payloadData)Parameters
- opcode
- Documentation for this section has not yet been entered.
- payloadData
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- fin
- Documentation for this section has not yet been entered.
- opcode
- Documentation for this section has not yet been entered.
- payloadData
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- fin
- Documentation for this section has not yet been entered.
- opcode
- Documentation for this section has not yet been entered.
- mask
- Documentation for this section has not yet been entered.
- payloadData
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public byte[] ExtPayloadLen { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Fin Fin { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public IEnumerator<byte> GetEnumerator ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public ulong Length { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Mask Masked { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public byte[] MaskingKey { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Opcode Opcode { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- src
- 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.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public static WsFrame Parse (System.IO.Stream stream)Parameters
- stream
- 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.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- src
- Documentation for this section has not yet been entered.
- unmask
- 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.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- stream
- Documentation for this section has not yet been entered.
- unmask
- 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.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- stream
- Documentation for this section has not yet been entered.
- completed
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
Parameters
- stream
- Documentation for this section has not yet been entered.
- unmask
- Documentation for this section has not yet been entered.
- completed
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public PayloadData PayloadData { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public byte PayloadLen { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public ulong PayloadLength { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public void Print ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Rsv Rsv1 { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Rsv Rsv2 { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public Rsv Rsv3 { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
IEnumerator System.Collections.IEnumerable.GetEnumerator ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public byte[] ToBytes ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581
Documentation for this section has not yet been entered.
Syntax
public override string ToString ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Frame
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581