[Modify] Edit it
This commit is contained in:
parent
83757de060
commit
16e0257d13
@ -491,10 +491,10 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the WebSocket connection is secure.
|
/// Gets a value indicating whether a secure connection is used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the connection is secure; otherwise, <c>false</c>.
|
/// <c>true</c> if a secure connection is used; otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool IsSecure {
|
public bool IsSecure {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user