Skip to content

Commit 33fc43b

Browse files
committed
[Modify] Edit it
1 parent 624f9ed commit 33fc43b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

websocket-sharp/Net/WebSockets/WebSocketContext.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,11 @@ protected WebSocketContext ()
202202
public abstract IPrincipal User { get; }
203203

204204
/// <summary>
205-
/// Gets the client endpoint as an IP address and a port number.
205+
/// Gets the endpoint from which the handshake request is sent.
206206
/// </summary>
207207
/// <value>
208-
/// A <see cref="System.Net.IPEndPoint"/> that represents the client endpoint.
208+
/// A <see cref="System.Net.IPEndPoint"/> that represents the client IP
209+
/// address and port number.
209210
/// </value>
210211
public abstract System.Net.IPEndPoint UserEndPoint { get; }
211212

0 commit comments

Comments
 (0)