|
|
|
@ -150,7 +150,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// A <see cref="System.Type"/> that represents the type of the behavior of
|
|
|
|
/// A <see cref="System.Type"/> that represents the type of the behavior of
|
|
|
|
/// the service.
|
|
|
|
/// the service.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public abstract Type Type { get; }
|
|
|
|
public abstract Type BehaviorType { get; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
/// Gets or sets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
|