SocketActivityInformation.Context 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.
Get the context associated while transferring ownership of the socket.
public:
property SocketActivityContext ^ Context { SocketActivityContext ^ get(); };
SocketActivityContext Context();
public SocketActivityContext Context { get; }
var socketActivityContext = socketActivityInformation.context;
Public ReadOnly Property Context As SocketActivityContext
Property Value
The context associated while transferring ownership of the socket.