Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Compares this IrcNetwork with another object.
|
|
GetHashCode ( ) : int |
Gets the hashcode of this object.
|
|
GetIPAddress ( ) : |
Gets the ip for this IrcServerAddress.
|
|
IrcServerEndPoint ( |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( IrcNetwork network, string hostName ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( IrcNetwork network, string hostName, int port ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( IrcNetwork network, string name, string address ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( IrcNetwork network, string name, string address, int port ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( string hostName ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( string name, |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( string hostName, int port ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( string name, string address ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
|
IrcServerEndPoint ( string name, string address, int port ) : System |
Initializes a new instance of the IrcServerEndPoint class.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to. |
return | bool |
public IrcServerEndPoint ( |
||
address | /// The ip address of the irc server. /// | |
port | int | /// The port where the irc server is listening on. /// |
return | System |
public IrcServerEndPoint ( IrcNetwork network, string hostName ) : System | ||
network | IrcNetwork | The network, this IrcServerEndPoint belongs to. |
hostName | string |
/// The dns of the irc server as a |
return | System |
public IrcServerEndPoint ( IrcNetwork network, string hostName, int port ) : System | ||
network | IrcNetwork | The network, this IrcServerEndPoint belongs to. |
hostName | string |
/// The dns of the irc server as a |
port | int | /// The port where the irc server is listening on. /// |
return | System |
public IrcServerEndPoint ( IrcNetwork network, string name, string address ) : System | ||
network | IrcNetwork | The network, this IrcServerEndPoint belongs to. |
name | string | /// The displayed name of the server. /// |
address | string |
/// The dns of the irc server as a |
return | System |
public IrcServerEndPoint ( IrcNetwork network, string name, string address, int port ) : System | ||
network | IrcNetwork | The network, this IrcServerEndPoint belongs to. |
name | string | /// The displayed name of the server. /// |
address | string |
/// The dns of the irc server as a |
port | int | /// The port where the irc server is listening on. /// |
return | System |
public IrcServerEndPoint ( string hostName ) : System | ||
hostName | string |
/// The dns of the irc server as a |
return | System |
public IrcServerEndPoint ( string name, |
||
name | string | /// The displayed name of the server. /// |
address | /// The ip address of the irc server. /// | |
port | int | /// The port where the irc server is listening on. /// |
return | System |
public IrcServerEndPoint ( string hostName, int port ) : System | ||
hostName | string |
/// The dns of the irc server as a |
port | int | /// The port where the irc server is listening on. /// |
return | System |
public IrcServerEndPoint ( string name, string address ) : System | ||
name | string | /// The displayed name of the server. /// |
address | string |
/// The dns of the irc server as a |
return | System |
public IrcServerEndPoint ( string name, string address, int port ) : System | ||
name | string | /// The displayed name of the server. /// |
address | string |
/// The dns of the irc server as a |
port | int | /// The port where the irc server is listening on. /// |
return | System |