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


In This Topic
    NetworkConnectionOptions Class Members
    In This Topic

    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 object is equal to the current object.Determines whether the specified System.Object is equal to the current System.Object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Public MethodReturns a string that represents the current object.Returns 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