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

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

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

See Also