C# 클래스 Halibut.Transport.SecureConnection

상속: IConnection
파일 보기 프로젝트 열기: OctopusDeploy/Halibut 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HasExpired ( ) : bool
NotifyUsed ( ) : void
SecureConnection ( TcpClient client, SslStream stream, MessageExchangeProtocol protocol ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HasExpired() 공개 메소드

public HasExpired ( ) : bool
리턴 bool

NotifyUsed() 공개 메소드

public NotifyUsed ( ) : void
리턴 void

SecureConnection() 공개 메소드

public SecureConnection ( TcpClient client, SslStream stream, MessageExchangeProtocol protocol ) : System
client System.Net.Sockets.TcpClient
stream System.Net.Security.SslStream
protocol Halibut.Transport.Protocol.MessageExchangeProtocol
리턴 System