프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
IPV4Connection ( Socket socket, bool isIncoming ) : System | ||
IPV4Connection ( |
메소드 | 설명 | |
---|---|---|
IPV4Connection ( Socket socket, |
public BeginConnect ( AsyncCallback peerEndCreateConnection, object state ) : IAsyncResult | ||
peerEndCreateConnection | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public BeginReceive ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
state | object | |
리턴 | IAsyncResult |
public IPV4Connection ( |
||
endPoint | ||
리턴 | System |
public IPV4Connection ( Socket socket, bool isIncoming ) : System | ||
socket | Socket | |
isIncoming | bool | |
리턴 | System |