Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / NetworkConnectionOptions Class
Properties Methods


NetworkConnectionOptions Class Members

The following tables list the members exposed by NetworkConnectionOptions.

Public Constructors
Public Properties
 NameDescription
Public PropertyThe host name or IP Address to connect to  
Public PropertyThe TCP Port to connect to  
Public PropertyIndicates if the connection should be encrypted using Ssl or not.  
Top
Public Methods
 NameDescription
Public MethodCreate a copy of this set of connection options  
Public MethodCompares this ThreadInfo object to another to determine sorting order.  
Public MethodOverloaded. Determines whether the specified System.Object is equal to the current System.Object.  
Public MethodProvides a representative hash code for objects of this type to spread out distribution in hash tables.  
Public MethodReturns a System.String that represents the current System.Object.  
Top
Public Operators
Compares two NetworkConnectionOptions instances for equality.
Compares if one NetworkConnectionOptions instance should sort greater than another.
Compares two NetworkConnectionOptions instances for inequality.
Compares if one NetworkConnectionOptions instance should sort less than another.
Top
See Also