Refactored WebSocket.cs
This commit is contained in:
@@ -227,7 +227,8 @@ namespace WebSocketSharp.Net.WebSockets
|
||||
/// This property represents the subprotocols requested by the client.
|
||||
/// </remarks>
|
||||
/// <value>
|
||||
/// An IEnumerable<string> that contains the values of the Sec-WebSocket-Protocol header.
|
||||
/// An IEnumerable<string> 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<string> that contains the values of the Sec-WebSocket-Protocol header.
|
||||
/// An IEnumerable<string> 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<string> that contains the values of the Sec-WebSocket-Protocol header.
|
||||
/// An IEnumerable<string> 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
Reference in New Issue
Block a user