SocketCreatingEventArgs Properties |
The SocketCreatingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
NewSocket |
Gets or sets the socket object which will be used to establish the connection.
| |
Protocol |
Gets application-level protocol of the to-be-established connection.
| |
RemoteEndPoint |
Gets a reference to the end point of the remote host to which
the connection will be established.
| |
RemoteHostName |
Gets the name of the remote host to which the connection will be established.
| |
State |
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.) |