StreamWebSocket.Information Property

Definition

Gets socket information on a StreamWebSocket object.

public:
 property StreamWebSocketInformation ^ Information { StreamWebSocketInformation ^ get(); };
StreamWebSocketInformation Information();
public StreamWebSocketInformation Information { get; }
var streamWebSocketInformation = streamWebSocket.information;
Public ReadOnly Property Information As StreamWebSocketInformation

Property Value

Socket information on a StreamWebSocket object.

Applies to