ServerAddress Class |
Namespace: Ookii.Jumbo
The ServerAddress type exposes the following members.
Name | Description | |
---|---|---|
ServerAddress |
Initializes a new instance of the ServerAddress class.
| |
ServerAddress(String) |
Initializes a new instance of the ServerAddress class with the specified address.
| |
ServerAddress(String, Int32) |
Initializes a new instance of the ServerAddress class with the specified host name and port number.
|
Name | Description | |
---|---|---|
HostName |
Gets the host name of the server.
| |
Port |
Gets the port number of the server.
|
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that
indicates whether the current instance precedes, follows, or occurs in the same position in the
sort order as the other object.
| |
Equals |
Compares this ServerAddress to another object.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Gets a hash code that identifies this object.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representation of the current ServerAddress.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Determines whether two specified ServerAddress objects have the same value.
| |
GreaterThan |
Determines whether one specified ServerAddress is greater than another specified ServerAddress | |
GreaterThanOrEqual |
Determines whether one specified ServerAddress is greater than or equal to another specified ServerAddress | |
Inequality |
Determines whether two specified ServerAddress objects have different values.
| |
LessThan |
Determines whether one specified ServerAddress is less than another specified ServerAddress | |
LessThanOrEqual |
Determines whether one specified ServerAddress is less than or equal to another specified ServerAddress |