Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

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:
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

Error processing SSI file