[This is preliminary documentation and is subject to change.]
Max size of the message accepted from the peer.
The connection will be closed if a message is received of size greater than this.
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public int MaxPayloadLength { get; set; }
public int MaxPayloadLength { get; set; }
Public Property MaxPayloadLength As Integer
Get
Set
Public Property MaxPayloadLength As Integer
Get
Set
public:
property int MaxPayloadLength {
int get ();
void set (int value);
}
public:
property int MaxPayloadLength {
int get ();
void set (int value);
}
member MaxPayloadLength : int with get, set
member MaxPayloadLength : int with get, set
Property Value
Type:
Int32