DataTransferEventArgs Properties

The DataTransferEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets a reference to the data block (chunk) sent or received.
Public propertyProtocol
Gets application-level protocol of the current connection.
Public propertyRemoteEndPoint
Gets a reference to the end point of the server host.
Public propertyRemoteHostName
Gets the host name of the server.
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