C# Класс IrcShark.Chatting.Irc.IrcServerEndPoint

Represents an irc endpoint for an irc connection.
Наследование: IServer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Compares this IrcNetwork with another object.

GetHashCode ( ) : int

Gets the hashcode of this object.

GetIPAddress ( ) : IPAddress

Gets the ip for this IrcServerAddress.

IrcServerEndPoint ( IPAddress address, int port ) : System

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, IPAddress address, int port ) : System

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.

Описание методов

Equals() публичный Метод

Compares this IrcNetwork with another object.
public Equals ( object obj ) : bool
obj object The object to compare to.
Результат bool

GetHashCode() публичный Метод

Gets the hashcode of this object.
public GetHashCode ( ) : int
Результат int

GetIPAddress() публичный Метод

Gets the ip for this IrcServerAddress.
public GetIPAddress ( ) : IPAddress
Результат System.Net.IPAddress

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
public IrcServerEndPoint ( IPAddress address, int port ) : System
address System.Net.IPAddress /// The ip address of the irc server. ///
port int /// The port where the irc server is listening on. ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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 . ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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. ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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 . ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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. ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
public IrcServerEndPoint ( string hostName ) : System
hostName string /// The dns of the irc server as a . ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
public IrcServerEndPoint ( string name, IPAddress address, int port ) : System
name string /// The displayed name of the server. ///
address System.Net.IPAddress /// The ip address of the irc server. ///
port int /// The port where the irc server is listening on. ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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. ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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 . ///
Результат System

IrcServerEndPoint() публичный Метод

Initializes a new instance of the IrcServerEndPoint class.
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. ///
Результат System