SocketActivityTriggerDetails.SocketInformation 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 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.