Class Udp.SO.Broadcast
Inet.SocketOption to set the SO_BROADCAST option
For more information see cref="System.Net.Sockets.Socket.EnableBroadcast"/>
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Udp.SO.Broadcast : Inet.SocketOption
Constructors
| Edit this page View SourceBroadcast(bool)
TBD
Declaration
public Broadcast(bool on)
Parameters
Type | Name | Description |
---|---|---|
bool | on | TBD |
Properties
| Edit this page View SourceOn
TBD
Declaration
public bool On { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceBeforeDatagramBind(Socket)
TBD
Declaration
public override void BeforeDatagramBind(Socket s)
Parameters
Type | Name | Description |
---|---|---|
Socket | s | TBD |