Dart.Sockets Namespace > UdpSocketOption Class : MulticastTimeToLive Property |
'Declaration <DefaultValueAttribute()> Public Property MulticastTimeToLive As Integer
'Usage Dim instance As UdpSocketOption Dim value As Integer instance.MulticastTimeToLive = value value = instance.MulticastTimeToLive
[DefaultValue()] public int MulticastTimeToLive {get; set;}
[DefaultValue()] public: __property int get_MulticastTimeToLive(); public: __property void set_MulticastTimeToLive( int value );
[DefaultValue()] public: property int MulticastTimeToLive { int get(); void set ( int value); }
The MulticastTimeToLive property specifies the number of routers (hops) that multicast datagrams are permitted to pass through before expiring on the network. For each router (hop), this property is decremented by 1. When this property reaches 0, each multicast datagram expires and is no longer forwarded through the network to other subnets.