Compartir a través de


StreamWebSocket.Information Propiedad

Definición

Obtiene información de socket en un objeto StreamWebSocket .

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

Valor de propiedad

Información de socket en un objeto StreamWebSocket .

Se aplica a