NetTcpTLConfig.MaxReceivedMessageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int MaxReceivedMessageSize { int get(); void set(int value); };
[Microsoft.BizTalk.Adapter.Wcf.Config.AdapterConfigProperty("MaxReceivedMessageSize", System.Runtime.InteropServices.VarEnum.VT_I4)]
public int MaxReceivedMessageSize { get; set; }
member this.MaxReceivedMessageSize : int with get, set
Public Property MaxReceivedMessageSize As Integer
Property Value
Implements
- Attributes