WebSocketStream.WebSocket Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the underlying WebSocket wrapped by this WebSocketStream.
public:
 property System::Net::WebSockets::WebSocket ^ WebSocket { System::Net::WebSockets::WebSocket ^ get(); };public System.Net.WebSockets.WebSocket WebSocket { get; }member this.WebSocket : System.Net.WebSockets.WebSocketPublic ReadOnly Property WebSocket As WebSocketProperty Value
Remarks
The WebSocket used to construct this instance.