[Modify] Remove it

This commit is contained in:
sta 2021-10-28 20:05:23 +09:00
parent 2f3873eafe
commit 2f924b1840

View File

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