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