- Determines whether the specified string contains any of characters - in the specified array of char. + Contains + (this System.Collections.Specialized.NameValueCollection, string): bool + Determines whether the specified System.Collections.Specialized.NameValueCollection contains the entry + with the specified name.
- Emit the specified EventHandler delegate if is not null. + Contains + (this string, params char[]): bool + Determines whether the specified string contains any of characters + in the specified array of char.
- Emit the specified EventHandler<TEventArgs> delegate if is not null. + Contains + (this System.Collections.Specialized.NameValueCollection, string, string): bool + Determines whether the specified System.Collections.Specialized.NameValueCollection contains the entry + with the specified both name and value.
- Determines whether the specified int equals the specified char as byte. - And save this specified int as byte to the specified List<byte>. + Emit + (this EventHandler, object, EventArgs)+ Emit the specified EventHandler delegate if is not null.
- Determines whether the entry with the specified key exists in the specified System.Collections.Specialized.NameValueCollection. + Emit<TEventArgs> + (this EventHandler<TEventArgs>, object, TEventArgs)+ Emit the specified EventHandler<TEventArgs> delegate if is not null.
- Determines whether the entry with the specified both key and value exists in the specified System.Collections.Specialized.NameValueCollection. + EqualsAndSaveTo + (this int, char, List<byte>): bool + Determines whether the specified int equals the specified char as byte. + And save this specified int as byte to the specified List<byte>.
+ (this byte[], ByteOrder): T Converts the specified array of byte to the specified type data.
- Converts the specified data to an array of byte. + (this T, ByteOrder): byte[] + Converts the specified value to an array of byte.
- Converts the specified array to a string concatenated the specified separator string - between each element of this array. + (this T[], string): string + Converts the specified array to a string that concatenates + the each element of array across the specified separator.
++ Determines whether the specified System.Collections.Specialized.NameValueCollection contains the entry + with the specified name. +
+Syntax
+public static bool Contains (this System.Collections.Specialized.NameValueCollection collection, string name)+Parameters
++++
+- + collection +
+- + A System.Collections.Specialized.NameValueCollection that contains the entries. +
+- + name +
+- + A string that contains the key of the entry to find. +
+Returns
++ true if collection contains the entry with name; + otherwise, false. ++Remarks
++ Documentation for this section has not yet been entered. ++Requirements
++ Namespace: WebSocketSharp+
Assembly: websocket-sharp (in websocket-sharp.dll)
+
+@@ -911,6 +952,51 @@ Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)
++ Determines whether the specified System.Collections.Specialized.NameValueCollection contains the entry + with the specified both name and value. +
+Syntax
+public static bool Contains (this System.Collections.Specialized.NameValueCollection collection, string name, string value)+Parameters
++++
+- + collection +
+- + A System.Collections.Specialized.NameValueCollection that contains the entries. +
+- + name +
+- + A string that contains the key of the entry to find. +
+- + value +
+- + A string that contains the value of the entry to find. +
+Returns
++ true if collection contains the entry with both name and value; + otherwise, false. ++Remarks
++ Documentation for this section has not yet been entered. ++Requirements
++ Namespace: WebSocketSharp+
Assembly: websocket-sharp (in websocket-sharp.dll)
+
-@@ -1061,86 +1147,6 @@ Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)
--- Determines whether the entry with the specified key exists in the specified System.Collections.Specialized.NameValueCollection. -
-Syntax
-public static bool Exists (this System.Collections.Specialized.NameValueCollection collection, string name)-Parameters
----
-- - collection -
-- - A System.Collections.Specialized.NameValueCollection that contains the entries. -
-- - name -
-- - A string that contains the key of the entry to find. -
-Returns
-- true if the entry with the name exists in the collection; otherwise, false. --Remarks
-- Documentation for this section has not yet been entered. --Requirements
-- Namespace: WebSocketSharp-
Assembly: websocket-sharp (in websocket-sharp.dll)
-
-- Determines whether the entry with the specified both key and value exists in the specified System.Collections.Specialized.NameValueCollection. -
-Syntax
-public static bool Exists (this System.Collections.Specialized.NameValueCollection collection, string name, string value)-Parameters
----
-- - collection -
-- - A System.Collections.Specialized.NameValueCollection that contains the entries. -
-- - name -
-- - A string that contains the key of the entry to find. -
-- - value -
-- - A string that contains the value of the entry to find. -
-Returns
-- true if the entry with the both name and value exists in the collection; otherwise, false. --Remarks
-- Documentation for this section has not yet been entered. --Requirements
-- Namespace: WebSocketSharp-
Assembly: websocket-sharp (in websocket-sharp.dll)
-
@@ -2258,7 +2264,7 @@ Converts the specified array of byte to the specified type data.
Syntax
- +Type Parameters
@@ -2283,17 +2289,17 @@ srcOrder@@ -2266,7 +2272,7 @@ T
- - The type of the return value. The T must be a value type. + The type of the return. The T must be a value type.
- A WebSocketSharp.ByteOrder that indicates the byte order of the src. + A WebSocketSharp.ByteOrder that indicates the byte order of src.
- A T converted from the src, or a default value of T - if the src is an empty array of byte - or if the types of T aren't the bool, char, double, + A T converted from src, or a default value of T + if src is an empty array of byte + or if the type of T isn't bool, char, double, float, int, long, short, - uint, ulong, ushort. + uint, ulong or ushort.
@@ -2307,7 +2313,7 @@ ArgumentNullException- Is thrown when the src parameter passed to a method is invalid because it is null. + src is null.
- Converts the specified data to an array of byte. + Converts the specified value to an array of byte.
Syntax
- +Type Parameters
@@ -2358,7 +2364,7 @@@@ -2335,7 +2341,7 @@ T
- - The type of the value. The T must be a value type. + The type of value. The T must be a value type.
- An array of byte converted from the value. + An array of byte converted from value.
- An array of byte converted from the src. + An array of byte converted from src.
@@ -2409,7 +2415,7 @@ ArgumentNullException- Is thrown when the src parameter passed to a method is invalid because it is null. + src is null. @@ -2426,11 +2432,11 @@ToString<T> Generic Method
- Converts the specified array to a string concatenated the specified separator string - between each element of this array. + Converts the specified array to a string that concatenates + the each element of array across the specified separator.
Syntax
- +Type Parameters
@@ -2461,8 +2467,8 @@@@ -2438,7 +2444,7 @@ T
- - The type of elements in the array. + The type of elements in array.
Returns
- A string converted from the array parameter, or a string.Empty - if the length of the array is zero. + A string converted from array, or a string.Empty + if the length of array is zero.Exceptions
@@ -2476,7 +2482,7 @@ ArgumentNullException- Is thrown when the array parameter passed to a method is invalid because it is null. + array is null. diff --git a/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html b/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html index e7637c02..88040efb 100644 --- a/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html +++ b/websocket-sharp/doc/html/WebSocketSharp/WebSocket.html @@ -506,7 +506,7 @@ Ping (): bool - Pings using the WebSocket connection. + Sends a Ping using the WebSocket connection.@@ -518,7 +518,7 @@ Ping (string) : bool - Pings with the specified message using the WebSocket connection. + Sends a Ping with the specified message using the WebSocket connection.@@ -671,36 +671,6 @@ - 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. -@@ -1092,7 +1062,7 @@public bool IsAlive { get; }Value
- true if the connection is alive; otherwise, false. + true if the WebSocket connection is alive; otherwise, false.Remarks
@@ -1216,13 +1186,13 @@Ping Method
- Pings using the WebSocket connection. + Sends a Ping using the WebSocket connection.
Syntax
public bool Ping ()Returns
- true if the WebSocketSharp.WebSocket receives a Pong in a time; otherwise, false. + true if a WebSocketSharp.WebSocket instance receives a Pong in a time; otherwise, false.Remarks
@@ -1236,7 +1206,7 @@Ping Method
- Pings with the specified message using the WebSocket connection. + Sends a Ping with the specified message using the WebSocket connection.
Syntax
@@ -1247,13 +1217,13 @@ message- A string that contains a message. + A string that contains a message to send with a Ping. Returns
- true if the WebSocketSharp.WebSocket receives a Pong in a time; otherwise, false. + true if a WebSocketSharp.WebSocket instance receives a Pong in a time; otherwise, false.Remarks
diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml index fe46f53c..d5e2a348 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/Ext.xml @@ -76,6 +76,35 @@ ++ + + Method ++ +System.Boolean ++ ++ + + + A +that contains the entries. + + + A that contains the key of the entry to find. + + + Determines whether the specified +contains the entry + with the specified . + + +true ifcontains the entry with ; + otherwise, false . +To be added. ++ @@ -110,6 +139,39 @@ To be added. + + + Method ++ +System.Boolean ++ ++ + + + + A +that contains the entries. + + + A that contains the key of the entry to find. + + + A that contains the value of the entry to find. + + + Determines whether the specified +contains the entry + with the specified both and . + + +true ifcontains the entry with both and ; + otherwise, false . +To be added. +- @@ -211,64 +273,6 @@ - -- - Method -- -System.Boolean -- -- - - - A -that contains the entries. - - - A that contains the key of the entry to find. - - - Determines whether the entry with the specified key exists in the specified -. - - -true if the entry with theexists in the ; otherwise, false . -To be added. -- - - Method -- -System.Boolean -- -- - - - - A -that contains the entries. - - - A that contains the key of the entry to find. - - - A that contains the value of the entry to find. - - - Determines whether the entry with the specified both key and value exists in the specified -. - - -true if the entry with the bothand exists in the ; otherwise, false . -To be added. -@@ -1134,7 +1138,7 @@ @@ -1088,27 +1092,27 @@ - The type of the return value. The T must be a value type. + The type of the return. The T must be a value type. An array ofto convert. - A that indicates the byte order of the . + A that indicates the byte order of . Converts the specified array of to the specified type data. - A T converted from the , or a default value of T - if the is an empty array of - or if the types of T aren't the , , , + A T converted from , or a default value of T + if is an empty array of + or if the type of T isn't , , , , , , , - , , . + , or . To be added. - Is thrown when the parameter passed to a method is invalid because it is . + is . @@ -1167,17 +1171,17 @@ An array of - The type of the A T to convert. @@ -1143,10 +1147,10 @@ A. The T must be a value type. + The type of . The T must be a value type. that indicates the byte order of the return. - Converts the specified data to an array of . + Converts the specified to an array of . - An array of converted from the . + An array of converted from . To be added. to convert. - A that indicates the byte order of the . + A that indicates the byte order of . Converts the order of the specified array of to the host byte order. - An array of converted from the . + An array of converted from . To be added. - Is thrown when the @@ -1197,7 +1201,7 @@parameter passed to a method is invalid because it is . + is . diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml index 460ac32a..3adc61f9 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp/WebSocket.xml @@ -318,7 +318,7 @@ Gets a value indicating whether the WebSocket connection is alive. - The type of elements in the An array of T to convert. @@ -1206,16 +1210,16 @@ A. + The type of elements in . that contains a separator string. - Converts the specified array to a concatenated the specified separator string - between each element of this array. + Converts the specified to a that concatenates + the each element of across the specified . - A converted from the parameter, or a - if the length of the is zero. + A converted from , or a + if the length of is zero. To be added. - Is thrown when the parameter passed to a method is invalid because it is . + is . - true if the connection is alive; otherwise,false . +true if the WebSocket connection is alive; otherwise,false .To be added. @@ -431,10 +431,10 @@@@ -451,13 +451,13 @@ - Pings using the WebSocket connection. + Sends a Ping using the WebSocket connection. - true if thereceives a Pong in a time; otherwise, false . +true if ainstance receives a Pong in a time; otherwise, false .To be added. - A diff --git a/websocket-sharp/doc/mdoc/index.xml b/websocket-sharp/doc/mdoc/index.xml index 526bf519..6105e709 100644 --- a/websocket-sharp/doc/mdoc/index.xml +++ b/websocket-sharp/doc/mdoc/index.xml @@ -1,6 +1,6 @@that contains a message. + A that contains a message to send with a Ping. - Pings with the specified using the WebSocket connection. + Sends a Ping with the specified using the WebSocket connection. - true if thereceives a Pong in a time; otherwise, false . +true if ainstance receives a Pong in a time; otherwise, false .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 ] @@ -142,6 +142,70 @@ + + ++ ++ + ++ + ExtensionMethod ++ +System.Boolean ++ ++ + + + A + +that contains the entries. + + + A that contains the key of the entry to find. + + + Determines whether the specified +contains the entry + with the specified . + + + ++ + ++ + ExtensionMethod ++ +System.Boolean ++ ++ + + + + A + +that contains the entries. + + + A that contains the key of the entry to find. + + + A that contains the value of the entry to find. + + + Determines whether the specified +contains the entry + with the specified both and . + - @@ -288,68 +352,6 @@ - -- -- - -- - ExtensionMethod -- -System.Boolean -- -- - - - A - -that contains the entries. - - - A that contains the key of the entry to find. - - - Determines whether the entry with the specified key exists in the specified -. - - - -- - -- - ExtensionMethod -- -System.Boolean -- -- - - - - A - -that contains the entries. - - - A that contains the key of the entry to find. - - - A that contains the value of the entry to find. - - - Determines whether the entry with the specified both key and value exists in the specified -. - @@ -1233,13 +1235,13 @@ - The type of the return value. The T must be a value type. + The type of the return. The T must be a value type. An array ofto convert. - A that indicates the byte order of the . + A that indicates the byte order of . Converts the specified array of to the specified type data. @@ -1274,7 +1276,7 @@ @@ -1309,7 +1311,7 @@ An array of - The type of the A T to convert. @@ -1283,7 +1285,7 @@ A. The T must be a value type. + The type of . The T must be a value type. that indicates the byte order of the return. - Converts the specified data to an array of . + Converts the specified to an array of . to convert. - A that indicates the byte order of the . + A that indicates the byte order of . Converts the order of the specified array of to the host byte order. @@ -1338,7 +1340,7 @@ - The type of elements in the An array of T to convert. @@ -1347,8 +1349,8 @@ A. + The type of elements in . that contains a separator string. - Converts the specified array to a concatenated the specified separator string - between each element of this array. + Converts the specified to a that concatenates + the each element of across the specified .