SocketCreatingEventArgs Properties

The SocketCreatingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewSocket
Gets or sets the socket object which will be used to establish the connection.
Public propertyProtocol
Gets application-level protocol of the to-be-established connection.
Public propertyRemoteEndPoint
Gets a reference to the end point of the remote host to which the connection will be established.
Public propertyRemoteHostName
Gets the name of the remote host to which the connection will be 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