[Modify] Edit it

This commit is contained in:
sta 2018-04-02 16:30:33 +09:00
parent 10d6946018
commit bee3ef7486

View File

@ -99,10 +99,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract bool IsLocal { get; } public abstract bool IsLocal { get; }
/// <summary> /// <summary>
/// Gets a value indicating whether the WebSocket connection is secured. /// Gets a value indicating whether a secure connection is used to send
/// the handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the connection is secured; otherwise, <c>false</c>. /// <c>true</c> if the connection is secure; otherwise, <c>false</c>.
/// </value> /// </value>
public abstract bool IsSecureConnection { get; } public abstract bool IsSecureConnection { get; }