[Modify] Edit it

master
sta 8 years ago
parent 9ecebb4c75
commit e8407ca467

@ -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 {

Loading…
Cancel
Save