Compartir a través de


MessageWebSocket.Information Propiedad

Definición

Obtiene información de socket en un objeto MessageWebSocket .

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

Valor de propiedad

Información de socket en un objeto MessageWebSocket .

Se aplica a

Consulte también