Property | Type | Description | |
---|---|---|---|
IPV4Connection | System |
Method | 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 ( |
||
IPV4Connection ( Socket socket, bool isIncoming ) : System | ||
IPV4Connection ( |
Method | Description | |
---|---|---|
IPV4Connection ( Socket socket, |
public BeginConnect ( AsyncCallback peerEndCreateConnection, object state ) : IAsyncResult | ||
peerEndCreateConnection | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReceive ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndConnect ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndReceive ( IAsyncResult result ) : int | ||
result | IAsyncResult | |
return | int |
public IPV4Connection ( |
||
endPoint | ||
return | System |
public IPV4Connection ( Socket socket, bool isIncoming ) : System | ||
socket | Socket | |
isIncoming | bool | |
return | System |
public IPV4Connection ( |
||
uri | ||
return | System |