Condividi tramite


SocketActivityTriggerDetails.SocketInformation Proprietà

Definizione

Ottenere l'oggetto SocketActivityInformation per socket che ha causato l'esecuzione di SocketActivityTrigger .

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

Valore della proprietà

Informazioni sull'attività socket per socket che hanno causato l'esecuzione di SocketActivityTrigger .

Si applica a

Vedi anche