ErlAbstractConnection MaxPayloadLength Property NFX Class Library

[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.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int MaxPayloadLength { get; set; }

Property Value

Type: OnlineInt32
See Also