Refactored WebSocket.cs

master
sta 12 years ago
parent 89b012979a
commit 673d7225bd

@ -227,7 +227,8 @@ namespace WebSocketSharp.Net.WebSockets
/// This property represents the subprotocols requested by the client.
/// </remarks>
/// <value>
/// An IEnumerable&lt;string&gt; that contains the values of the Sec-WebSocket-Protocol header.
/// An IEnumerable&lt;string&gt; instance that provides an enumerator which supports the
/// iteration over the values of the Sec-WebSocket-Protocol header.
/// </value>
public override IEnumerable<string> SecWebSocketProtocols {
get {

@ -239,7 +239,8 @@ namespace WebSocketSharp.Net.WebSockets
/// This property represents the subprotocols requested by the client.
/// </remarks>
/// <value>
/// An IEnumerable&lt;string&gt; that contains the values of the Sec-WebSocket-Protocol header.
/// An IEnumerable&lt;string&gt; instance that provides an enumerator which supports the
/// iteration over the values of the Sec-WebSocket-Protocol header.
/// </value>
public override IEnumerable<string> SecWebSocketProtocols {
get {

@ -161,7 +161,8 @@ namespace WebSocketSharp.Net.WebSockets
/// This property represents the subprotocols requested by the client.
/// </remarks>
/// <value>
/// An IEnumerable&lt;string&gt; that contains the values of the Sec-WebSocket-Protocol header.
/// An IEnumerable&lt;string&gt; instance that provides an enumerator which supports the
/// iteration over the values of the Sec-WebSocket-Protocol header.
/// </value>
public abstract IEnumerable<string> SecWebSocketProtocols { get; }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save