[Modify] Remove it
This commit is contained in:
parent
2f3873eafe
commit
2f924b1840
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user