共用方式為


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

適用於