Click or drag to resize

UdpClientDropMulticastMembership Method

Drops a multicast membership from the UDP socket.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public void DropMulticastMembership(
	IPAddress serverAddress,
	IPAddress sourceAddress
)
View Source

Parameters

serverAddress  IPAddress
Multicast address to drop.
sourceAddress  IPAddress
Address which defines the source of the data or null if the membership is not source-specific.
See Also