Share via


SocketActivityInformation.Context Property

Definition

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.

Applies to

See also