|
|
|
@ -347,12 +347,11 @@ namespace WebSocketSharp.Net.WebSockets
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the WebSocket interface for two-way communication between the
|
|
|
|
/// Gets the WebSocket instance used for two-way communication between
|
|
|
|
/// client and server.
|
|
|
|
/// the client and server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="WebSocketSharp.WebSocket"/> that provides a set of methods
|
|
|
|
/// A <see cref="WebSocketSharp.WebSocket"/>.
|
|
|
|
/// and properties for two-way communication using the WebSocket protocol.
|
|
|
|
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public override WebSocket WebSocket {
|
|
|
|
public override WebSocket WebSocket {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|