SocketActivityInformation.StreamSocket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.