PowerTCP Sockets for .NET
AllowBroadcast Property




Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property AllowBroadcast As Boolean
'Usage
 
Dim instance As UdpSocketOption
Dim value As Boolean
 
instance.AllowBroadcast = value
 
value = instance.AllowBroadcast
[DefaultValue(true)]
public bool AllowBroadcast {get; set;}
[DefaultValue(true)]
public: __property bool get_AllowBroadcast();
public: __property void set_AllowBroadcast( 
   bool value
);
[DefaultValue(true)]
public:
property bool AllowBroadcast {
   bool get();
   void set (    bool 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