NetworkConnectionOptions Class Members
In This Topic
The following tables list the members exposed by NetworkConnectionOptions.
Public Constructors
Public Properties
| Name | Description |
| HostName | The host name or IP Address to connect to |
| Port | The TCP Port to connect to |
| UseSsl | Indicates if the connection should be encrypted using Ssl or not. |
Top
Public Methods
Public Operators
Equality | Compares two NetworkConnectionOptions instances for equality. |
Greater Than | Compares if one NetworkConnectionOptions instance should sort greater than another. |
Inequality | Compares two NetworkConnectionOptions instances for inequality. |
Less Than | Compares if one NetworkConnectionOptions instance should sort less than another. |
Top
See Also