|
|
|
@ -73,11 +73,15 @@ namespace WebSocketSharp.Server
|
|
|
|
#region Protected Properties
|
|
|
|
#region Protected Properties
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the logging functions.
|
|
|
|
/// Gets the logging function.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="Logger"/> that provides the logging functions,
|
|
|
|
/// <para>
|
|
|
|
/// or <see langword="null"/> if the WebSocket connection isn't established.
|
|
|
|
/// A <see cref="Logger"/> that provides the logging function.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// <see langword="null"/> if the session has not started yet.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
protected Logger Log {
|
|
|
|
protected Logger Log {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|