ConnectedEventArgs Properties

The ConnectedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyProtocol
Gets application-level protocol of the established connection.
Public propertyRemoteEndPoint
Gets a reference to the end point of the remote host to which the connection was established.
Public propertyRemoteHostName
Gets the name of the remote host to which the connection was established.
Public propertyState
Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components.
(Inherited from CommonEventArgs.)
Top
See Also