C# Class OctoTorrent.Client.Connections.IPV4Connection

Inheritance: IConnection
Afficher le fichier Open project: Eskat0n/OctoTorrent

Private Properties

Свойство Type Description
IPV4Connection System

Méthodes publiques

Méthode Description
BeginConnect ( AsyncCallback peerEndCreateConnection, object state ) : IAsyncResult
BeginReceive ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
Dispose ( ) : void
EndConnect ( IAsyncResult result ) : void
EndReceive ( IAsyncResult result ) : int
EndSend ( IAsyncResult result ) : int
IPV4Connection ( IPEndPoint endPoint ) : System
IPV4Connection ( Socket socket, bool isIncoming ) : System
IPV4Connection ( Uri uri ) : System

Private Methods

Méthode Description
IPV4Connection ( Socket socket, IPEndPoint endpoint, bool isIncoming ) : System

Method Details

BeginConnect() public méthode

public BeginConnect ( AsyncCallback peerEndCreateConnection, object state ) : IAsyncResult
peerEndCreateConnection AsyncCallback
state object
Résultat IAsyncResult

BeginReceive() public méthode

public BeginReceive ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
buffer byte
offset int
count int
asyncCallback AsyncCallback
state object
Résultat IAsyncResult

BeginSend() public méthode

public BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
buffer byte
offset int
count int
asyncCallback AsyncCallback
state object
Résultat IAsyncResult

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndConnect() public méthode

public EndConnect ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

EndReceive() public méthode

public EndReceive ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

EndSend() public méthode

public EndSend ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

IPV4Connection() public méthode

public IPV4Connection ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
Résultat System

IPV4Connection() public méthode

public IPV4Connection ( Socket socket, bool isIncoming ) : System
socket Socket
isIncoming bool
Résultat System

IPV4Connection() public méthode

public IPV4Connection ( Uri uri ) : System
uri System.Uri
Résultat System