Метод | Описание | |
---|---|---|
BeginJoinGroup ( this udpsinglesourcemulticastclient, AsyncCallback callback ) : IAsyncResult |
Extends BeginJoinGroup so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceiveFromSource so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceiveFromSource so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, |
Extends BeginReceiveFromSource so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
Extends BeginSendToSource so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
Extends BeginSendToSource so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
Extends BeginSendToSource so that when a state object is not needed, null does not need to be passed.
|
public static BeginJoinGroup ( this udpsinglesourcemulticastclient, AsyncCallback callback ) : IAsyncResult | ||
udpsinglesourcemulticastclient | this | |
callback | AsyncCallback | |
Результат | IAsyncResult |
public static BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult | ||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
Результат | IAsyncResult |
public static BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult | ||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
state | Object | |
Результат | IAsyncResult |
public static BeginReceiveFromSource ( this udpsinglesourcemulticastclient, Byte buffer, |
||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
offset | ||
count | ||
callback | AsyncCallback | |
Результат | IAsyncResult |
public static BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
remotePort | ||
callback | AsyncCallback | |
Результат | IAsyncResult |
public static BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
remotePort | ||
callback | AsyncCallback | |
state | Object | |
Результат | IAsyncResult |
public static BeginSendToSource ( this udpsinglesourcemulticastclient, Byte buffer, |
||
udpsinglesourcemulticastclient | this | |
buffer | Byte | |
offset | ||
count | ||
remotePort | ||
callback | AsyncCallback | |
Результат | IAsyncResult |