[This is preliminary documentation and is subject to change.]
Imposes a limit on maximum message size in bytes
Namespace: NFX.Glue.NativeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$max-msg-size", 524288)]
public int MaxMsgSize { get; set; }
[ConfigAttribute("$max-msg-size", 524288)]
public int MaxMsgSize { get; set; }
<ConfigAttribute("$max-msg-size", 524288)>
Public Property MaxMsgSize As Integer
Get
Set
<ConfigAttribute("$max-msg-size", 524288)>
Public Property MaxMsgSize As Integer
Get
Set
public:
[ConfigAttribute(L"$max-msg-size", 524288)]
property int MaxMsgSize {
int get ();
void set (int value);
}
public:
[ConfigAttribute(L"$max-msg-size", 524288)]
property int MaxMsgSize {
int get ();
void set (int value);
}
[<ConfigAttribute("$max-msg-size", 524288)>]
member MaxMsgSize : int with get, set
[<ConfigAttribute("$max-msg-size", 524288)>]
member MaxMsgSize : int with get, set
Property Value
Type:
Int32