[Modify] Polish it

This commit is contained in:
sta 2018-03-22 17:51:54 +09:00
parent ccd9e187d9
commit 0c644cdf2d

View File

@ -150,7 +150,7 @@ namespace WebSocketSharp.Net.WebSockets
/// </value> /// </value>
public override bool IsSecureConnection { public override bool IsSecureConnection {
get { get {
return _context.Connection.IsSecure; return _context.Request.IsSecureConnection;
} }
} }