[Modify] Edit it
This commit is contained in:
parent
c629e20751
commit
d3a09abc28
@ -268,10 +268,12 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
/// <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>
|
||||
/// <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>
|
||||
public bool IsLocal {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user