Sdílet prostřednictvím


SocketActivityInformation.StreamSocket Property

Definition

Based on the socket type, the app can reclaim the ownership of the appropriate StreamSocket.

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

Property Value

The StreamSocket to reclaim.

Applies to