C# Class Library.Net.Connections.SecureConnection

Inheritance: Connection, IThisLock
Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( System.TimeSpan timeout, Information options ) : void
timeout System.TimeSpan
options Information
Résultat void

Connect() public méthode

public Connect ( System.TimeSpan timeout, Information options ) : void
timeout System.TimeSpan
options Information
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetLayers() public méthode

public GetLayers ( ) : IEnumerable
Résultat IEnumerable

Receive() public méthode

public Receive ( System.TimeSpan timeout, Information options ) : Stream
timeout System.TimeSpan
options Information
Résultat Stream

SecureConnection() public méthode

public SecureConnection ( SecureConnectionVersion version, SecureConnectionType type, Connection connection, DigitalSignature digitalSignature, BufferManager bufferManager ) : System
version SecureConnectionVersion
type SecureConnectionType
connection Connection
digitalSignature DigitalSignature
bufferManager BufferManager
Résultat System

Send() public méthode

public Send ( Stream stream, System.TimeSpan timeout, Information options ) : void
stream Stream
timeout System.TimeSpan
options Information
Résultat void