Skip to content

Commit 7db4044

Browse files
committed
[Modify] Rename it
1 parent 4fec8d0 commit 7db4044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

websocket-sharp/Server/WebSocketServiceHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public WebSocketSessionManager Sessions {
150150
/// A <see cref="System.Type"/> that represents the type of the behavior of
151151
/// the service.
152152
/// </value>
153-
public abstract Type Type { get; }
153+
public abstract Type BehaviorType { get; }
154154

155155
/// <summary>
156156
/// Gets or sets the wait time for the response to the WebSocket Ping or Close.

websocket-sharp/Server/WebSocketServiceHost`1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Logger log
6363

6464
#region Public Properties
6565

66-
public override Type Type {
66+
public override Type BehaviorType {
6767
get {
6868
return typeof (TBehavior);
6969
}

0 commit comments

Comments
 (0)