[Modify] Edit it

master
sta 8 years ago
parent 570b66ea3d
commit 6761edcfa0

@ -366,10 +366,11 @@ namespace WebSocketSharp.Net.WebSockets
} }
/// <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 override System.Net.IPEndPoint ServerEndPoint { public override System.Net.IPEndPoint ServerEndPoint {
get { get {

Loading…
Cancel
Save