 | WebSocketMessageReaderWebSocket Property |
[This is preliminary documentation and is subject to change.]
Gets the underlying WebSocket.
Namespace:
JsonRpc.WebSockets
Assembly:
JsonRpc.WebSockets (in JsonRpc.WebSockets.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic WebSocket WebSocket { get; }
Public ReadOnly Property WebSocket As WebSocket
Get
Dim instance As WebSocketMessageReader
Dim value As WebSocket
value = instance.WebSocket
public:
property WebSocket^ WebSocket {
WebSocket^ get ();
}
member WebSocket : WebSocket with get
Property Value
Type:
WebSocket
See Also