UdpClientDropMulticastMembership Method
Drops a multicast membership from the UDP socket.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.174 -- Release Build+8536da9a87a09c258ac7c69f66e74d23886bd2bc
Public Sub DropMulticastMembership (
serverAddress As IPAddress,
sourceAddress As IPAddress
)
public:
void DropMulticastMembership(
IPAddress^ serverAddress,
IPAddress^ sourceAddress
)
function DropMulticastMembership(serverAddress, sourceAddress);
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.