[Modify] Edit it

master
sta 8 years ago
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…
Cancel
Save