Gets or sets the maximum allowed message size that can be received.
[System.Configuration.ConfigurationProperty(Name="maxReceivedMessageSize",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public System.long MaxReceivedMessageSize {get; set;}
public read-write property MaxReceivedMessageSize: System.Int64;
System.Configuration.ConfigurationPropertyAttribute(Name="maxReceivedMessageSize",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=,
IsRequired=,
IsKey=)
public function get,set MaxReceivedMessageSize : System.long
[System.Configuration.ConfigurationProperty(Name="maxReceivedMessageSize",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public: __property System.long get_MaxReceivedMessageSize();
public: __property void set_MaxReceivedMessageSize(
System.long value
);
[System.Configuration.ConfigurationProperty(Name="maxReceivedMessageSize",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property System.int64 MaxReceivedMessageSize {
System.int64 get();
void set ( System.int64 value);
}
'Declaration
<System.Configuration.ConfigurationPropertyAttribute(Name="maxReceivedMessageSize",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public Property MaxReceivedMessageSize As System.Long
'Usage
Dim instance As LiteHttpTransportElement
Dim value As System.Long
instance.MaxReceivedMessageSize = value
value = instance.MaxReceivedMessageSize
Property Value
The maximum allowed message size that can be received.
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