[Modify] Edit it
This commit is contained in:
parent
996448f08d
commit
8d733b4d05
@ -309,10 +309,11 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the client endpoint as an IP address and a port number.
|
/// Gets the endpoint from which the handshake request is sent.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public override System.Net.IPEndPoint UserEndPoint {
|
public override System.Net.IPEndPoint UserEndPoint {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user