Click or drag to resize

UdpClientAddMulticastMembership Method

Adds a multicast membership to the UDP socket.

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

Parameters

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