|
|
|
@ -456,12 +456,11 @@ namespace WebSocketSharp.Net.WebSockets
|
|
|
|
#region Public Methods
|
|
|
|
#region Public Methods
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Returns a <see cref="string"/> that represents
|
|
|
|
/// Returns a string that represents the current instance.
|
|
|
|
/// the current <see cref="TcpListenerWebSocketContext"/>.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// A <see cref="string"/> that represents
|
|
|
|
/// A <see cref="string"/> that contains the request line and headers
|
|
|
|
/// the current <see cref="TcpListenerWebSocketContext"/>.
|
|
|
|
/// included in the handshake request.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
public override string ToString ()
|
|
|
|
public override string ToString ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|