Refactored WebSocket.cs

This commit is contained in:
sta 2014-02-24 16:43:00 +09:00
parent 89b012979a
commit 673d7225bd
4 changed files with 192 additions and 288 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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