|
UdpClientAddMulticastMembership Method
|
Adds a multicast membership to the UDP socket.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax Public Sub AddMulticastMembership (
serverAddress As IPAddress,
sourceAddress As IPAddress
)
member AddMulticastMembership :
serverAddress : IPAddress *
sourceAddress : IPAddress -> unit
function AddMulticastMembership(serverAddress, sourceAddress);
View SourceParameters
- 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