[Modify] Remove it
This commit is contained in:
@@ -90,24 +90,6 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets the logging function.
|
|
||||||
/// </summary>
|
|
||||||
/// <value>
|
|
||||||
/// <para>
|
|
||||||
/// A <see cref="Logger"/> that provides the logging function.
|
|
||||||
/// </para>
|
|
||||||
/// <para>
|
|
||||||
/// <see langword="null"/> if the session has not started yet.
|
|
||||||
/// </para>
|
|
||||||
/// </value>
|
|
||||||
[Obsolete ("This property will be removed.")]
|
|
||||||
protected Logger Log {
|
|
||||||
get {
|
|
||||||
return _websocket != null ? _websocket.Log : null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the query string included in a WebSocket handshake request.
|
/// Gets the query string included in a WebSocket handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Reference in New Issue
Block a user