[Modify] Replace it

master
sta 8 years ago
parent 113c92e8e8
commit 9ecebb4c75

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

Loading…
Cancel
Save