[Modify] Replace it

master
sta 8 years ago
parent 113c92e8e8
commit 9ecebb4c75

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

Loading…
Cancel
Save