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 Broadcast : Inet.SocketOption
Constructors
| Improve this Doc View SourceBroadcast(Boolean)
TBD
Declaration
public Broadcast(bool on)
Parameters
Type | Name | Description |
---|---|---|
Boolean | on | TBD |
Properties
| Improve this Doc View SourceOn
TBD
Declaration
public bool On { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceBeforeDatagramBind(Socket)
TBD
Declaration
public override void BeforeDatagramBind(Socket s)
Parameters
Type | Name | Description |
---|---|---|
Socket | s | TBD |