PowerTCP Sockets for .NET
AllowBroadcast Property (UdpSocketOption)




Gets or sets the ability to send broadcast messages on the socket.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property AllowBroadcast As Boolean
'Usage
 
Dim instance As UdpSocketOption
Dim value As Boolean
 
instance.AllowBroadcast = value
 
value = instance.AllowBroadcast
[DefaultValue()]
public bool AllowBroadcast {get; set;}
[DefaultValue()]
public: __property bool get_AllowBroadcast();
public: __property void set_AllowBroadcast( 
   bool value
);
[DefaultValue()]
public:
property bool AllowBroadcast {
   bool get();
   void set (    bool value);
}

Property Value

Defaults to true.
See Also

Reference

UdpSocketOption Class
UdpSocketOption Members


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