UdpSingleSourceMulticastClient Methods

UdpSingleSourceMulticastClient Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The UdpSingleSourceMulticastClient type exposes the following members.

  NameDescription
Public method BeginJoinGroup Binds the socket and begins a join operation to the multicast group to allow datagrams to be received from a single source address.
Public method BeginReceiveFromSource 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 a specified sender.
Public method BeginSendToSource Begins the operation of sending a unicast packet to the source previously specified.
Public method Dispose Leaves the multicast group and releases all resources used by the current instance of the UdpSingleSourceMulticastClient class and the underlying Socket.
Public method EndJoinGroup Completes the asynchronous join group operation to a multicast group.
Public method EndReceiveFromSource Completes the asynchronous operation of receiving a packet from the joined multicast group and provides the information received from a specified sender.
Public method EndSendToSource Completes the operation of sending a unicast packet to a single source.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Releases the resources held by the current UdpAnySourceMulticastClient class. (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

Show:
© 2017 Microsoft