C# 클래스 Halibut.Transport.TcpClientExtensions

파일 보기 프로젝트 열기: OctopusDeploy/Halibut

공개 메소드들

메소드 설명
ConnectWithTimeout ( this client, Uri remoteUri, System.TimeSpan timeout ) : void
ConnectWithTimeout ( this client, string host, int port, System.TimeSpan timeout ) : void

메소드 상세

ConnectWithTimeout() 공개 정적인 메소드

public static ConnectWithTimeout ( this client, Uri remoteUri, System.TimeSpan timeout ) : void
client this
remoteUri System.Uri
timeout System.TimeSpan
리턴 void

ConnectWithTimeout() 공개 정적인 메소드

public static ConnectWithTimeout ( this client, string host, int port, System.TimeSpan timeout ) : void
client this
host string
port int
timeout System.TimeSpan
리턴 void