WCF-Xtensions Class Reference for Mono
MaxReceivedMessageSize Property (WcfXTransportSettings)






Gets or sets the maximum size for a message that can be received on a channel configured with this binding.
Syntax
'Declaration
 
Public Property MaxReceivedMessageSize As System.Integer
'Usage
 
Dim instance As WcfXTransportSettings
Dim value As System.Integer
 
instance.MaxReceivedMessageSize = value
 
value = instance.MaxReceivedMessageSize
public System.int MaxReceivedMessageSize {get; set;}
public read-write property MaxReceivedMessageSize: System.Integer; 
public function get,set MaxReceivedMessageSize : System.int
public: __property System.int get_MaxReceivedMessageSize();
public: __property void set_MaxReceivedMessageSize( 
   System.int value
);
public:
property System.int MaxReceivedMessageSize {
   System.int get();
   void set (    System.int value);
}
Requirements

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

See Also

Reference

WcfXTransportSettings Class
WcfXTransportSettings Members

Send Feedback