UdpAnySourceMulticastClient Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The UdpAnySourceMulticastClient type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginJoinGroup | Binds the socket and begins a join operation to the multicast group to allow datagrams to be received from any group participant. |
|
BeginReceiveFromGroup | 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 | Begins the operation of sending a unicast packet to the specified destination. |
|
BeginSendToGroup | 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 | Blocks a source so that multicast packets originating from it are no longer received. |
|
Dispose | Leaves the multicast group and releases all resources used by the current instance of the UdpAnySourceMulticastClient class and the underlying Socket. |
|
EndJoinGroup | Completes the asynchronous join group operation to a multicast group. |
|
EndReceiveFromGroup | Completes the asynchronous operation of receiving a packet from the joined multicast group and provides the information received. |
|
EndSendTo | Completes the operation of sending a unicast packet to the specified destination. |
|
EndSendToGroup | 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 | Releases the resources held by the current UdpAnySourceMulticastClient class. (Overrides Object.Finalize().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnblockSource | Unblocks a source that was previously blocked by a call to the BlockSource method so that multicast packets originating from it can be received. |
Show: