C# 클래스 IrcShark.Chatting.Irc.IrcServerEndPoint

Represents an irc endpoint for an irc connection.
상속: IServer
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
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