C# Class Poderosa.Protocols.NetUtil

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
ConnectTCPSocket ( IPAddress addr, int port, int timeout ) : Socket
ConnectTCPSocket ( IPAddressList addr, int port ) : Socket
ConnectTCPSocket ( IPAddressList addrlist, int port, int timeout ) : Socket

Method Details

ConnectTCPSocket() public static méthode

public static ConnectTCPSocket ( IPAddress addr, int port, int timeout ) : Socket
addr System.Net.IPAddress
port int
timeout int
Résultat Socket

ConnectTCPSocket() public static méthode

public static ConnectTCPSocket ( IPAddressList addr, int port ) : Socket
addr IPAddressList
port int
Résultat Socket

ConnectTCPSocket() public static méthode

public static ConnectTCPSocket ( IPAddressList addrlist, int port, int timeout ) : Socket
addrlist IPAddressList
port int
timeout int
Résultat Socket