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

适用于