LumiSoft Net Help
MaximumMessageSize Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackMaximumMessageSize
Gets or sets maximum allowed SIP message size in bytes. This is used only for TCP based connections. Value 0 means unlimited.
Declaration Syntax
C#Visual BasicVisual C++F#
public int MaximumMessageSize { get; set; }
Public Property MaximumMessageSize As Integer
	Get
	Set
public:
property int MaximumMessageSize {
	int get ();
	void set (int value);
}
member MaximumMessageSize : int with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119