[Modify] Edit it

This commit is contained in:
sta 2018-04-05 17:27:35 +09:00
parent 13b745be2f
commit 5cc734ef37

View File

@ -184,10 +184,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract string SecWebSocketVersion { get; } public abstract string SecWebSocketVersion { get; }
/// <summary> /// <summary>
/// Gets the server endpoint as an IP address and a port number. /// Gets the endpoint to which the handshake request is sent.
/// </summary> /// </summary>
/// <value> /// <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> /// </value>
public abstract System.Net.IPEndPoint ServerEndPoint { get; } public abstract System.Net.IPEndPoint ServerEndPoint { get; }