[Modify] Edit it

This commit is contained in:
sta 2018-03-23 20:06:02 +09:00
parent 0c644cdf2d
commit 7424d1d5e9

View File

@ -143,10 +143,11 @@ namespace WebSocketSharp.Net.WebSockets
} }
/// <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 override bool IsSecureConnection { public override bool IsSecureConnection {
get { get {