다음을 통해 공유


StreamWebSocket.Information 속성

정의

StreamWebSocket 개체에 대한 소켓 정보를 가져옵니다.

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

속성 값

StreamWebSocket 개체에 대한 소켓 정보입니다.

적용 대상