C# 클래스 OctoTorrent.Client.Connections.IPV4Connection

상속: IConnection
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

Private Properties

프로퍼티 타입 설명
IPV4Connection System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IPV4Connection ( Socket socket, IPEndPoint endpoint, bool isIncoming ) : System

메소드 상세

BeginConnect() 공개 메소드

public BeginConnect ( AsyncCallback peerEndCreateConnection, object state ) : IAsyncResult
peerEndCreateConnection AsyncCallback
state object
리턴 IAsyncResult

BeginReceive() 공개 메소드

public BeginReceive ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
buffer byte
offset int
count int
asyncCallback AsyncCallback
state object
리턴 IAsyncResult

BeginSend() 공개 메소드

public BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult
buffer byte
offset int
count int
asyncCallback AsyncCallback
state object
리턴 IAsyncResult

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndConnect() 공개 메소드

public EndConnect ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

EndReceive() 공개 메소드

public EndReceive ( IAsyncResult result ) : int
result IAsyncResult
리턴 int

EndSend() 공개 메소드

public EndSend ( IAsyncResult result ) : int
result IAsyncResult
리턴 int

IPV4Connection() 공개 메소드

public IPV4Connection ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
리턴 System

IPV4Connection() 공개 메소드

public IPV4Connection ( Socket socket, bool isIncoming ) : System
socket Socket
isIncoming bool
리턴 System

IPV4Connection() 공개 메소드

public IPV4Connection ( Uri uri ) : System
uri System.Uri
리턴 System