[Modify] Edit it

This commit is contained in:
sta 2018-03-27 13:54:38 +09:00
parent 0d755528c8
commit ed7f1ed5b6

View File

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