[Modify] Edit it

This commit is contained in:
sta 2018-04-20 19:09:01 +09:00
parent 2232f34cd9
commit f3d16101f5

View File

@ -397,10 +397,11 @@ namespace WebSocketSharp.Net.WebSockets
}
/// <summary>
/// Gets the client endpoint as an IP address and a port number.
/// Gets the endpoint from which the handshake request is sent.
/// </summary>
/// <value>
/// A <see cref="System.Net.IPEndPoint"/> that represents the client endpoint.
/// A <see cref="System.Net.IPEndPoint"/> that represents the client IP
/// address and port number.
/// </value>
public override System.Net.IPEndPoint UserEndPoint {
get {