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






Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<__DynamicallyInvokableAttribute()>
Public Overridable Property MaxReceivedMessageSize As System.Long
'Usage
 
Dim instance As NxMsmqTransportBindingElement
Dim value As System.Long
 
instance.MaxReceivedMessageSize = value
 
value = instance.MaxReceivedMessageSize
[System.ComponentModel.DefaultValue()]
[__DynamicallyInvokable()]
public virtual System.long MaxReceivedMessageSize {get; set;}
public read-write property MaxReceivedMessageSize: System.Int64; virtual; 
System.ComponentModel.DefaultValueAttribute()
__DynamicallyInvokableAttribute()
public function get,set MaxReceivedMessageSize : System.long
[System.ComponentModel.DefaultValue()]
[__DynamicallyInvokable()]
public: __property virtual System.long get_MaxReceivedMessageSize();
public: __property virtual void set_MaxReceivedMessageSize( 
   System.long value
);
[System.ComponentModel.DefaultValue()]
[__DynamicallyInvokable()]
public:
virtual property System.int64 MaxReceivedMessageSize {
   System.int64 get();
   void set (    System.int64 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

NxMsmqTransportBindingElement Class
NxMsmqTransportBindingElement Members

Send Feedback