Get maximum message size to be sent to the agent in the request.

Namespace: SnmpSharpNet
Assembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)

Syntax

C#
public int MaxMessageSize { get; set; }
Visual Basic
Public Property MaxMessageSize As Integer
	Get
	Set
Visual C++
public:
property int MaxMessageSize {
	int get ();
	void set (int value);
}

See Also