C# Class Library.Net.Connections.CrcConnection

Inheritance: Connection, IThisLock
Show file Open project: Alliance-Network/Library Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

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

Connect() public method

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

CrcConnection() public method

public CrcConnection ( Connection connection, BufferManager bufferManager ) : System
connection Connection
bufferManager BufferManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetLayers() public method

public GetLayers ( ) : IEnumerable
return IEnumerable

Receive() public method

public Receive ( System.TimeSpan timeout, Information options ) : Stream
timeout System.TimeSpan
options Information
return System.IO.Stream

Send() public method

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