←Select platform

MaxReceivedMessageSize Property

Summary

Gets or sets the maximum size for a message that can be processed by the binding object.

Syntax

C#
VB
C++
public int MaxReceivedMessageSize { get; set; } 
  
Public Property MaxReceivedMessageSize As Integer 
public: 
property int MaxReceivedMessageSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum size, in bytes, for a message that is processed by the binding object. The default value is 65,536 bytes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly