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