UdpAnySourceMulticastClient Methods
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | BeginJoinGroup(AsyncCallback^, Object^) | Obsolete. Binds the socket and begins a join operation to the multicast group to allow datagrams to be received from any group participant. |
![]() | BeginReceiveFromGroup(array<Byte>^, Int32, Int32, AsyncCallback^, Object^) | Obsolete. Begins the operation of receiving a packet from the joined multicast group and invokes the specified callback when a packet has arrived on the group from any sender. |
![]() | BeginSendTo(array<Byte>^, Int32, Int32, IPEndPoint^, AsyncCallback^, Object^) | Obsolete. Begins the operation of sending a unicast packet to the specified destination. |
![]() | BeginSendToGroup(array<Byte>^, Int32, Int32, AsyncCallback^, Object^) | Obsolete. Begins the operation of sending a packet to a joined multicast group and invokes the specified callback when a packet has been sent to the group. |
![]() | BlockSource(IPAddress^) | Obsolete. Blocks a source so that multicast packets originating from it are no longer received. |
![]() | Dispose() | Obsolete. Leaves the multicast group and releases all resources used by the current instance of the UdpAnySourceMulticastClient class and the underlying the Socket. |
![]() | EndJoinGroup(IAsyncResult^) | Obsolete. Completes the asynchronous join group operation to a multicast group. |
![]() | EndReceiveFromGroup(IAsyncResult^, IPEndPoint^%) | Obsolete. Completes the asynchronous operation of receiving a packet from the joined multicast group and provides the information received. |
![]() | EndSendTo(IAsyncResult^) | Obsolete. Completes the operation of sending a unicast packet to the specified destination. |
![]() | EndSendToGroup(IAsyncResult^) | Obsolete. Completes the operation of sending a packet to a multicast group. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnblockSource(IPAddress^) | Obsolete. Unblocks a source that was previously blocked by a call to the BlockSource method so that multicast packets originating from it can be received. |

