diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index 92c2ead5..e51efb11 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -178,6 +178,12 @@ namespace WebSocketSharp.Net } } + public Socket Socket { + get { + return _socket; + } + } + public Stream Stream { get { return _stream;