Gets or sets the maximum size for a message that can be processed by the binding object.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MaxReceivedMessageSize As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWCFStreamer
Dim value As Integer
instance.MaxReceivedMessageSize = value
value = instance.MaxReceivedMessageSize |
C# | |
---|
public int MaxReceivedMessageSize {get; set;} |
C++/CLI | |
---|
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also