PowerTCP Sockets for .NET
MulticastTimeToLive Property




Syntax
'Declaration
 
<DefaultValueAttribute(1)>
Public Property MulticastTimeToLive As Integer
'Usage
 
Dim instance As UdpSocketOption
Dim value As Integer
 
instance.MulticastTimeToLive = value
 
value = instance.MulticastTimeToLive
[DefaultValue(1)]
public int MulticastTimeToLive {get; set;}
[DefaultValue(1)]
public: __property int get_MulticastTimeToLive();
public: __property void set_MulticastTimeToLive( 
   int value
);
[DefaultValue(1)]
public:
property int MulticastTimeToLive {
   int get();
   void set (    int 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