[Modify] Edit it

This commit is contained in:
sta 2018-01-11 16:18:32 +09:00
parent 5517b7447c
commit 05d0b11007

View File

@ -379,10 +379,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the client endpoint as an IP address and a port number.
/// Gets the endpoint from which the 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 System.Net.IPEndPoint RemoteEndPoint {
get {