ConnectEventSource Members
Include Protected Members
Include Inherited Members
Classes derived from the ConnectEventSource class provide data for the OnConnect event.
The ConnectEventSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
Disconnect | When overridden in a derived class, the Disconnect method closes the current connection and cleans up the associated session state. (Inherited from ReceiveEventSource.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RejectConnection | When overridden in a derived class, the RejectConnection method rejects the Simple Mail Transfer Protocol (SMTP) connection by using the response specified in the response parameter. | |
ToString | (Inherited from Object.) | |
ValidateCertificate() | (Inherited from ReceiveEventSource.) | |
ValidateCertificate(String, String) | (Inherited from ReceiveEventSource.) |
Top