We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624f9ed commit 33fc43bCopy full SHA for 33fc43b
websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -202,10 +202,11 @@ protected WebSocketContext ()
202
public abstract IPrincipal User { get; }
203
204
/// <summary>
205
- /// Gets the client endpoint as an IP address and a port number.
+ /// Gets the endpoint from which the handshake request is sent.
206
/// </summary>
207
/// <value>
208
- /// A <see cref="System.Net.IPEndPoint"/> that represents the client endpoint.
+ /// A <see cref="System.Net.IPEndPoint"/> that represents the client IP
209
+ /// address and port number.
210
/// </value>
211
public abstract System.Net.IPEndPoint UserEndPoint { get; }
212
0 commit comments