[Modify] Edit it
This commit is contained in:
parent
c629e20751
commit
d3a09abc28
@ -268,10 +268,12 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the request is sent from the local computer.
|
/// Gets a value indicating whether the request is sent from the local
|
||||||
|
/// computer.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the request is sent from the local computer; otherwise, <c>false</c>.
|
/// <c>true</c> if the request is sent from the same computer as the server;
|
||||||
|
/// otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool IsLocal {
|
public bool IsLocal {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user