LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

MaxReceivedMessageSize Property






Gets or sets the maximum size for a message that can be processed by the binding object.
Syntax
public int MaxReceivedMessageSize {get; set;}
'Declaration
 
Public Property MaxReceivedMessageSize As Integer
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As Integer
 
instance.MaxReceivedMessageSize = value
 
value = instance.MaxReceivedMessageSize
public int MaxReceivedMessageSize {get; set;}
 get_MaxReceivedMessageSize();
set_MaxReceivedMessageSize(value);
public:
property int MaxReceivedMessageSize {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.