SocketActivityTriggerDetails.SocketInformation Property

Definition

Get the SocketActivityInformation object for socket that caused the SocketActivityTrigger to occur.

public:
 property SocketActivityInformation ^ SocketInformation { SocketActivityInformation ^ get(); };
SocketActivityInformation SocketInformation();
public SocketActivityInformation SocketInformation { get; }
var socketActivityInformation = socketActivityTriggerDetails.socketInformation;
Public ReadOnly Property SocketInformation As SocketActivityInformation

Property Value

Socket activity information for socket that caused the SocketActivityTrigger to occur.

Applies to

See also