Share via


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
Public method Disconnect When overridden in a derived class, the Disconnect method closes the current connection and cleans up the associated session state. (Inherited from ReceiveEventSource.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method ToString (Inherited from Object.)
Public method ValidateCertificate() (Inherited from ReceiveEventSource.)
Public method ValidateCertificate(String, String) (Inherited from ReceiveEventSource.)

Top