Method | Description | |
---|---|---|
BeginJoinGroup ( this udpanysourcemulticastclient, AsyncCallback callback ) : IAsyncResult |
Extends BeginJoinGroup so that when a state object is not needed, null does not need to be passed.
|
|
BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult |
Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginReceiveFromGroup so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, |
Extends BeginReceiveFromGroup so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, |
Extends BeginSendTo so that when a state object is not needed, null does not need to be passed.
|
|
BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult |
Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginSendTo so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult |
Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult |
Extends BeginSendToGroup so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, |
Extends BeginSendToGroup so that when a state object is not needed, null does not need to be passed.
|
public static BeginJoinGroup ( this udpanysourcemulticastclient, AsyncCallback callback ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginReceiveFromGroup ( this udpanysourcemulticastclient, Byte buffer, |
||
udpanysourcemulticastclient | this | |
buffer | Byte | |
offset | ||
count | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, |
||
udpanysourcemulticastclient | this | |
buffer | Byte | |
offset | ||
count | ||
remoteEndPoint | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
remoteEndPoint | System | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendTo ( this udpanysourcemulticastclient, Byte buffer, System remoteEndPoint, AsyncCallback callback, Object state ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
remoteEndPoint | System | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, AsyncCallback callback, Object state ) : IAsyncResult | ||
udpanysourcemulticastclient | this | |
buffer | Byte | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public static BeginSendToGroup ( this udpanysourcemulticastclient, Byte buffer, |
||
udpanysourcemulticastclient | this | |
buffer | Byte | |
offset | ||
count | ||
callback | AsyncCallback | |
return | IAsyncResult |