+ Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame. +
+Member Name | +Description | +
---|---|
+ DEFLATE + | ++ Indicates using DEFLATE. + | +
+ NONE + | ++ Indicates non compression. + | +
- Determines whether the specified string is a string.Empty. + Determines whether the specified string is empty.
+ (this T): bool Determines whether the specified object is null.
- Determines whether the specified string is null or string.Empty. + Determines whether the specified string is null or empty.
- Determines whether the specified string is a string.Empty. + Determines whether the specified string is empty.
Syntax
@@ -1460,7 +1460,7 @@
- true if value is string.Empty; otherwise, false. + true if value is empty; otherwise, false.
@@ -1612,13 +1612,13 @@ obj@@ -1601,7 +1601,7 @@ T
- - The type of the obj parameter. + The type of obj parameter.
- true if the obj parameter is null; otherwise, false. + true if obj is null; otherwise, false.
- Determines whether the specified string is null or string.Empty. + Determines whether the specified string is null or empty.
Syntax
@@ -1698,7 +1698,7 @@
- true if the value parameter is null or string.Empty; otherwise, false. + true if the value parameter is null or empty; otherwise, false.
+
+
+ |
+ + + Compression + + | ++ + CompressionMethod + . + Gets or sets the compression method used to compress the payload data of the WebSocket Data frame. + | +
[read-only] | @@ -295,7 +312,7 @@ string . - Gets the extensions selected by the server. + Gets the WebSocket extensions selected by the server. | |
- Closes the WebSocket connection with the specified code and reason, and - releases all associated resources. + Closes the WebSocket connection with the specified code and + reason, and releases all associated resources.
- Closes the WebSocket connection with the specified code and reason, and - releases all associated resources. + Closes the WebSocket connection with the specified code and + reason, and releases all associated resources.
+ (this T): bool Determines whether the specified object is null.
- Closes the WebSocket connection with the specified code and reason, and - releases all associated resources. + Closes the WebSocket connection with the specified code and + reason, and releases all associated resources.
Syntax
@@ -930,8 +947,8 @@
- Closes the WebSocket connection with the specified code and reason, and - releases all associated resources. + Closes the WebSocket connection with the specified code and + reason, and releases all associated resources.
Syntax
@@ -972,6 +989,27 @@ Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)
++ Gets or sets the compression method used to compress the payload data of the WebSocket Data frame. +
+Syntax
+public CompressionMethod Compression { get; set; }+Value
++ One of the WebSocketSharp.CompressionMethod values that indicates the compression method to use. + The default is CompressionMethod.NONE. ++Remarks
++ Documentation for this section has not yet been entered. ++Requirements
++ Namespace: WebSocketSharp+
Assembly: websocket-sharp (in websocket-sharp.dll)
+
@@ -1028,14 +1066,13 @@
Extensions Property
- Gets the extensions selected by the server. + Gets the WebSocket extensions selected by the server.
Syntax
public string Extensions { get; }Value
A string that contains the extensions if any. The default is string.Empty. - (Currently this will only ever be the string.Empty.)Remarks
@@ -1049,7 +1086,7 @@IsAlive Property
- Gets a value indicating whether a connection is alive. + Gets a value indicating whether the WebSocket connection is alive.
Syntax
public bool IsAlive { get; }@@ -1069,7 +1106,7 @@IsSecure Property
- Gets a value indicating whether a connection is secure. + Gets a value indicating whether the WebSocket connection is secure.
Syntax
public bool IsSecure { get; }@@ -1230,13 +1267,13 @@Protocol Property
- Gets the subprotocol selected by the server. + Gets the WebSocket subprotocol selected by the server.
Syntax
public string Protocol { get; }Value
- A string that contains the subprotocol if any. By default, String.Empty. + A string that contains the subprotocol if any. The default is string.Empty.Remarks
@@ -1250,13 +1287,13 @@ReadyState Property
- Gets the state of the connection. + Gets the state of the WebSocket connection.
Syntax
public WsState ReadyState { get; }Value
- One of the WebSocketSharp.WsState. By default, WsState.CONNECTING. + One of the WebSocketSharp.WsState values. The default is WsState.CONNECTING.Remarks
@@ -1480,13 +1517,13 @@Url Property
- Gets the WebSocket URL. + Gets the WebSocket URL to connect.
Syntax
public Uri Url { get; }Value
- A Uri that contains the WebSocket URL. + A Uri that contains the WebSocket URL to connect.Remarks
diff --git a/websocket-sharp/doc/html/WebSocketSharp/index.html b/websocket-sharp/doc/html/WebSocketSharp/index.html index 9baaa747..d9a07e4a 100644 --- a/websocket-sharp/doc/html/WebSocketSharp/index.html +++ b/websocket-sharp/doc/html/WebSocketSharp/index.html @@ -226,6 +226,14 @@ Contains the values of the status codes for the WebSocket connection closure. ++ + CompressionMethod + ++ Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame. + ++ ErrorEventArgs diff --git a/websocket-sharp/doc/html/index.html b/websocket-sharp/doc/html/index.html index 996bd8c4..e4bb4f3e 100644 --- a/websocket-sharp/doc/html/index.html +++ b/websocket-sharp/doc/html/index.html @@ -228,6 +228,14 @@ Contains the values of the status codes for the WebSocket connection closure. + + CompressionMethod + ++ Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame. + +ErrorEventArgs diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/CompressionMethod.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/CompressionMethod.xml new file mode 100644 index 00000000..f2ae6135 --- /dev/null +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/CompressionMethod.xml @@ -0,0 +1,48 @@ + + diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml index f1abe33e..09f6e93e 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml @@ -492,10 +492,10 @@ A+ + + +websocket-sharp ++ System.Enum + ++ ++ Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame. + ++ The CompressionMethod enumeration contains the values of the compression methods defined in + +WebSocket Per-message Compression + specification for a WebSocket extension. ++ ++ ++ + Field ++ +WebSocketSharp.CompressionMethod ++ ++ Indicates using DEFLATE. + ++ ++ + Field ++ +WebSocketSharp.CompressionMethod ++ ++ Indicates non compression. + +to test. - Determines whether the specified is a . + Determines whether the specified is empty. - true ifis ; otherwise, false . +true ifis empty; otherwise, false .To be added. @@ -595,16 +595,16 @@@@ -662,10 +662,10 @@ A - The type of the - A class to test. + An object to test.parameter. + The type of parameter. Determines whether the specified object is . - true if theparameter is ; otherwise, false . +true ifis ; otherwise, false .To be added. to test. - Determines whether the specified is or . + Determines whether the specified is or empty. - true if theparameter is or ; otherwise, false . +true if theparameter is or empty; otherwise, false .To be added. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/Opcode.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/Opcode.xml index 29423db6..84beab99 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/Opcode.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/Opcode.xml @@ -7,11 +7,6 @@System.Enum -- - -System.Flags -@@ -187,12 +187,12 @@ A Contains the values of the opcodes that denotes the frame type of the WebSocket frame. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml index ac93a701..ffc41d3c 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml @@ -1,6 +1,6 @@ - + @@ -142,8 +142,8 @@ releases all associated resources. websocket-sharp - Emits a event if is not in the allowable range of - the WebSocket close status code, and do nothing any more. + This Close method emits a event if is not + in the allowable range of the WebSocket close status code. that contains the reason for closure. - Closes the WebSocket connection with the specified and , and - releases all associated resources. + Closes the WebSocket connection with the specified and + , and releases all associated resources. - Emits a @@ -215,12 +215,30 @@ Aevent if is not in the allowable range of - the WebSocket close status code, and do nothing any more. + This Close method emits a event if is not + in the allowable range of the WebSocket close status code. that contains the reason for closure. - Closes the WebSocket connection with the specified and , and - releases all associated resources. + Closes the WebSocket connection with the specified and + , and releases all associated resources. To be added. ++ + + Property ++ +WebSocketSharp.CompressionMethod ++ ++ Gets or sets the compression method used to compress the payload data of the WebSocket Data frame. + ++ One of the +values that indicates the compression method to use. + The default is . + To be added. +@@ -280,11 +298,10 @@ @@ -298,7 +315,7 @@ - Gets the extensions selected by the server. + Gets the WebSocket extensions selected by the server. A that contains the extensions if any. The default is . - (Currently this will only ever be the .) To be added. - Gets a value indicating whether a connection is alive. + Gets a value indicating whether the WebSocket connection is alive. true if the connection is alive; otherwise,false . @@ -315,7 +332,7 @@@@ -694,10 +695,10 @@ - Gets a value indicating whether a connection is secure. + Gets a value indicating whether the WebSocket connection is secure. true if the connection is secure; otherwise,false . @@ -454,10 +471,10 @@@@ -471,10 +488,10 @@ - Gets the subprotocol selected by the server. + Gets the WebSocket subprotocol selected by the server. - A that contains the subprotocol if any. By default, String.Empty . + Athat contains the subprotocol if any. The default is . To be added. @@ -643,10 +660,10 @@ - Gets the state of the connection. + Gets the state of the WebSocket connection. - One of the . By default, WsState.CONNECTING . + One of thevalues. The default is . To be added. diff --git a/websocket-sharp/doc/mdoc/index.xml b/websocket-sharp/doc/mdoc/index.xml index f43406b0..1f200ade 100644 --- a/websocket-sharp/doc/mdoc/index.xml +++ b/websocket-sharp/doc/mdoc/index.xml @@ -1,6 +1,6 @@ - Gets the WebSocket URL. + Gets the WebSocket URL to connect. - A that contains the WebSocket URL. + A that contains the WebSocket URL to connect. To be added. - + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 29 17 fb 89 fe c3 91 f7 2b cb 8b e2 61 d2 3f 05 93 6d 65 a8 9e 63 72 a6 f5 d5 2c f2 9d 20 fa 0b c0 70 6a f6 88 7e 8b 90 3f 39 f5 76 c8 48 e0 bb 7b b2 7b ed d3 10 a7 1a 0f 70 98 0f 7f f4 4b 53 09 d2 a5 ef 36 c3 56 b4 aa f0 91 72 63 25 07 89 e0 93 3e 3f 2e f2 b9 73 0e 12 15 5d 43 56 c3 f4 70 a5 89 fe f7 f6 ac 3e 77 c2 d8 d0 84 91 f4 0c d1 f3 8e dc c3 c3 b8 38 3d 0c bf 17 de 20 78 c1 ] @@ -37,6 +37,7 @@ + @@ -586,7 +587,7 @@ A to test. - Determines whether the specified is a . + Determines whether the specified is empty. diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj index 31be87e7..e2aa5260 100644 --- a/websocket-sharp/websocket-sharp.csproj +++ b/websocket-sharp/websocket-sharp.csproj @@ -122,6 +122,7 @@ - The type of the - A class to test. + An object to test.parameter. + The type of parameter. Determines whether the specified object is . @@ -765,7 +766,7 @@ A to test. - Determines whether the specified is or . + Determines whether the specified is or empty. + diff --git a/websocket-sharp/websocket-sharp.pidb b/websocket-sharp/websocket-sharp.pidb index f40c51f8..fbaf26a5 100644 Binary files a/websocket-sharp/websocket-sharp.pidb and b/websocket-sharp/websocket-sharp.pidb differ