[Modify] Polish it
This commit is contained in:
parent
ccd9e187d9
commit
0c644cdf2d
@ -150,7 +150,7 @@ namespace WebSocketSharp.Net.WebSockets
|
||||
/// </value>
|
||||
public override bool IsSecureConnection {
|
||||
get {
|
||||
return _context.Connection.IsSecure;
|
||||
return _context.Request.IsSecureConnection;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user