MessageWebSocket.Information Property

Definition

Gets socket information on a MessageWebSocket object.

public:
 property MessageWebSocketInformation ^ Information { MessageWebSocketInformation ^ get(); };
MessageWebSocketInformation Information();
public MessageWebSocketInformation Information { get; }
var messageWebSocketInformation = messageWebSocket.information;
Public ReadOnly Property Information As MessageWebSocketInformation

Property Value

Socket information on a MessageWebSocket object.

Applies to

See also