[Modify] Replace it

This commit is contained in:
sta 2018-01-10 16:28:46 +09:00
parent 113c92e8e8
commit 9ecebb4c75

View File

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