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

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

공개 메소드들

메소드 설명
Close ( System.TimeSpan timeout, Information options ) : void
Connect ( System.TimeSpan timeout, Information options ) : void
CrcConnection ( Connection connection, BufferManager bufferManager ) : System
GetLayers ( ) : IEnumerable
Receive ( System.TimeSpan timeout, Information options ) : Stream
Send ( System 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

CrcConnection() 공개 메소드

public CrcConnection ( Connection connection, BufferManager bufferManager ) : System
connection Connection
bufferManager BufferManager
리턴 System

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
리턴 System.IO.Stream

Send() 공개 메소드

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