C# 클래스 Library.Net.Connections.SecureConnection

상속: Connection, IThisLock
파일 보기 프로젝트 열기: Alliance-Network/Library 1 사용 예제들

공개 메소드들

메소드 설명
Close ( System.TimeSpan timeout, Information options ) : void
Connect ( System.TimeSpan timeout, Information options ) : void
GetLayers ( ) : IEnumerable
Receive ( System.TimeSpan timeout, Information options ) : Stream
SecureConnection ( SecureConnectionVersion version, SecureConnectionType type, Connection connection, DigitalSignature digitalSignature, BufferManager bufferManager ) : System
Send ( Stream stream, System.TimeSpan timeout, Information options ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( System.TimeSpan timeout, Information options ) : void
timeout System.TimeSpan
options Information
리턴 void

Connect() 공개 메소드

public Connect ( System.TimeSpan timeout, Information options ) : void
timeout System.TimeSpan
options Information
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetLayers() 공개 메소드

public GetLayers ( ) : IEnumerable
리턴 IEnumerable

Receive() 공개 메소드

public Receive ( System.TimeSpan timeout, Information options ) : Stream
timeout System.TimeSpan
options Information
리턴 Stream

SecureConnection() 공개 메소드

public SecureConnection ( SecureConnectionVersion version, SecureConnectionType type, Connection connection, DigitalSignature digitalSignature, BufferManager bufferManager ) : System
version SecureConnectionVersion
type SecureConnectionType
connection Connection
digitalSignature DigitalSignature
bufferManager BufferManager
리턴 System

Send() 공개 메소드

public Send ( Stream stream, System.TimeSpan timeout, Information options ) : void
stream Stream
timeout System.TimeSpan
options Information
리턴 void