[Modify] Edit it

This commit is contained in:
sta 2018-01-10 16:56:59 +09:00
parent 9ecebb4c75
commit e8407ca467

View File

@ -280,10 +280,12 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets a value indicating whether the HTTP connection is secured using the SSL protocol. /// Gets a value indicating whether a secure connection is used to send
/// the request.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the HTTP connection is secured; otherwise, <c>false</c>. /// <c>true</c> if the connection is a secure connection; otherwise,
/// <c>false</c>.
/// </value> /// </value>
public bool IsSecureConnection { public bool IsSecureConnection {
get { get {