다음을 통해 공유


SocketActivityInformation.StreamSocket 속성

정의

소켓 유형에 따라 앱은 적절한 StreamSocket의 소유권을 회수할 수 있습니다.

public:
 property StreamSocket ^ StreamSocket { StreamSocket ^ get(); };
StreamSocket StreamSocket();
public StreamSocket StreamSocket { get; }
var streamSocket = socketActivityInformation.streamSocket;
Public ReadOnly Property StreamSocket As StreamSocket

속성 값

회수할 StreamSocket 입니다.

적용 대상