[Modify] Edit it
This commit is contained in:
parent
e3107ac323
commit
2749fb3d72
@ -329,10 +329,11 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the server endpoint as an IP address and a port number.
|
/// Gets the endpoint to which the 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 System.Net.IPEndPoint LocalEndPoint {
|
public System.Net.IPEndPoint LocalEndPoint {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user