LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

MaxReceivedMessageSize Property

Show in webframe



Gets or sets the maximum size for a message that can be processed by the binding object.
Syntax
'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;}
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

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.