Method | Description | |
---|---|---|
BeginAccept ( this socket, AsyncCallback callback ) : IAsyncResult |
Extends BeginAccept so that when a state object is not needed, null does not need to be passed.
|
|
BeginAccept ( this socket, |
Extends BeginAccept so that when a state object is not needed, null does not need to be passed.
|
|
BeginAccept ( this socket, |
Extends BeginAccept so that when a state object is not needed, null does not need to be passed.
|
|
BeginConnect ( this socket, String host, |
Extends BeginConnect so that when a state object is not needed, null does not need to be passed.
|
|
BeginConnect ( this socket, System remoteEP, AsyncCallback callback ) : IAsyncResult |
Extends BeginConnect so that when a state object is not needed, null does not need to be passed.
|
|
BeginConnect ( this socket, System address, |
Extends BeginConnect so that when a state object is not needed, null does not need to be passed.
|
|
BeginDisconnect ( this socket, System.Boolean reuseSocket, AsyncCallback callback ) : IAsyncResult |
Extends BeginDisconnect so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceive ( this socket, Byte buffer, |
Extends BeginReceive so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceive ( this socket, Byte buffer, |
Extends BeginReceive so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceive so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceive so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceive so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceive so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceive ( this socket, System |
Extends BeginReceive so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceive ( this socket, System |
Extends BeginReceive so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceiveFrom ( this socket, Byte buffer, |
Extends BeginReceiveFrom so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceiveFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceiveFrom so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceiveFrom so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveMessageFrom ( this socket, Byte buffer, |
Extends BeginReceiveMessageFrom so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceiveMessageFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceiveMessageFrom so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveMessageFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceiveMessageFrom so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSend ( this socket, Byte buffer, |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this socket, Byte buffer, |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback ) : IAsyncResult |
Extends BeginSend so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginSend so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback ) : IAsyncResult |
Extends BeginSend so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginSend so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSend ( this socket, System |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this socket, System |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendFile ( this socket, String fileName, AsyncCallback callback ) : IAsyncResult |
Extends BeginSendFile so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendFile ( this socket, String fileName, Byte preBuffer, Byte postBuffer, TransmitFileOptions flags, AsyncCallback callback ) : IAsyncResult |
Extends BeginSendFile so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendTo ( this socket, Byte buffer, |
Extends BeginSendTo so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendTo ( this socket, Byte buffer, SocketFlags socketFlags, System remoteEP, AsyncCallback callback ) : IAsyncResult |
Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendTo ( this socket, Byte buffer, SocketFlags socketFlags, System remoteEP, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Receive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode ) : |
Extends Receive so that buffer offset of 0 and call to Array.Length are not needed.
|
|
ReceiveAsync ( this s, byte buffer ) : Task |
||
ReceiveMessageFrom ( this socket, Byte buffer, SocketFlags &socketFlags, System &remoteEP, |
Extends ReceiveMessageFrom so that buffer offset of 0 and call to Array.Length are not needed.
|
|
Send ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode ) : |
Extends Send so that buffer offset of 0 and call to Array.Length are not needed.
|
|
SendAsync ( this socket, byte buffer ) : IAwaitable |
Method | Description | |
---|---|---|
ReceiveAsync ( this socket, System.Net.Sockets.SocketAwaitable awaitable ) : System.Net.Sockets.SocketAwaitable | ||
SendAsync ( this socket, System.Net.Sockets.SocketAwaitable awaitable ) : IAwaitable |
public static BeginAccept ( this socket, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginAccept ( this socket, |
||
socket | this | |
receiveSize | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginAccept ( this socket, |
||
socket | this | |
acceptSocket | ||
receiveSize | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginConnect ( this socket, String host, |
||
socket | this | |
host | String | |
port | ||
requestCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginConnect ( this socket, System remoteEP, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginConnect ( this socket, System address, |
||
socket | this | |
address | System | |
port | ||
requestCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginDisconnect ( this socket, System.Boolean reuseSocket, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
reuseSocket | System.Boolean | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginReceive ( this socket, System |
||
socket | this | |
buffers | System |
|
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceive ( this socket, System |
||
socket | this | |
buffers | System |
|
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveFrom ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginReceiveMessageFrom ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveMessageFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveMessageFrom ( this socket, Byte buffer, SocketFlags socketFlags, System &remoteEP, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSend ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginSend ( this socket, System |
||
socket | this | |
buffers | System |
|
socketFlags | SocketFlags | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSend ( this socket, System |
||
socket | this | |
buffers | System |
|
socketFlags | SocketFlags | |
errorCode | SocketError | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendFile ( this socket, String fileName, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
fileName | String | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendFile ( this socket, String fileName, Byte preBuffer, Byte postBuffer, TransmitFileOptions flags, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
fileName | String | |
preBuffer | Byte | |
postBuffer | Byte | |
flags | TransmitFileOptions | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this socket, Byte buffer, |
||
socket | this | |
buffer | Byte | |
offset | ||
size | ||
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this socket, Byte buffer, SocketFlags socketFlags, System remoteEP, AsyncCallback callback ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this socket, Byte buffer, SocketFlags socketFlags, System remoteEP, AsyncCallback callback, Object state ) : IAsyncResult | ||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static Receive ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode ) : |
||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
return |
public static ReceiveAsync ( this s, byte buffer ) : Task |
||
s | this | |
buffer | byte | |
return | Task |
public static ReceiveMessageFrom ( this socket, Byte buffer, SocketFlags &socketFlags, System &remoteEP, |
||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
remoteEP | System | |
ipPacketInformation | ||
return |
public static Send ( this socket, Byte buffer, SocketFlags socketFlags, SocketError &errorCode ) : |
||
socket | this | |
buffer | Byte | |
socketFlags | SocketFlags | |
errorCode | SocketError | |
return |
public static SendAsync ( this socket, byte buffer ) : IAwaitable | ||
socket | this | |
buffer | byte | |
return | IAwaitable |