[Modify] Rename it
This commit is contained in:
parent
4fec8d0c15
commit
7db40445d8
@ -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.
|
||||||
|
@ -63,7 +63,7 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
public override Type Type {
|
public override Type BehaviorType {
|
||||||
get {
|
get {
|
||||||
return typeof (TBehavior);
|
return typeof (TBehavior);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user