[This is preliminary documentation and is subject to change.]
If true local node will start a listener
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$accept")]
public bool AcceptConnections { get; set; }
[ConfigAttribute("$accept")]
public bool AcceptConnections { get; set; }
<ConfigAttribute("$accept")>
Public Property AcceptConnections As Boolean
Get
Set
<ConfigAttribute("$accept")>
Public Property AcceptConnections As Boolean
Get
Set
public:
[ConfigAttribute(L"$accept")]
property bool AcceptConnections {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"$accept")]
property bool AcceptConnections {
bool get ();
void set (bool value);
}
[<ConfigAttribute("$accept")>]
member AcceptConnections : bool with get, set
[<ConfigAttribute("$accept")>]
member AcceptConnections : bool with get, set
Property Value
Type:
Boolean