C# Class Halibut.Transport.TcpClientExtensions

Afficher le fichier Open project: OctopusDeploy/Halibut

Méthodes publiques

Méthode Description
ConnectWithTimeout ( this client, Uri remoteUri, System.TimeSpan timeout ) : void
ConnectWithTimeout ( this client, string host, int port, System.TimeSpan timeout ) : void

Method Details

ConnectWithTimeout() public static méthode

public static ConnectWithTimeout ( this client, Uri remoteUri, System.TimeSpan timeout ) : void
client this
remoteUri System.Uri
timeout System.TimeSpan
Résultat void

ConnectWithTimeout() public static méthode

public static ConnectWithTimeout ( this client, string host, int port, System.TimeSpan timeout ) : void
client this
host string
port int
timeout System.TimeSpan
Résultat void