PowerTCP Sockets for .NET
MulticastInterface Property




Syntax
'Declaration
 
Public Property MulticastInterface As IPAddress
'Usage
 
Dim instance As UdpSocketOption
Dim value As IPAddress
 
instance.MulticastInterface = value
 
value = instance.MulticastInterface
public IPAddress MulticastInterface {get; set;}
public: __property IPAddress* get_MulticastInterface();
public: __property void set_MulticastInterface( 
   IPAddress* value
);
public:
property IPAddress^ MulticastInterface {
   IPAddress^ get();
   void set (    IPAddress^ value);
}
See Also

Reference

UdpSocketOption Class
UdpSocketOption Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic