Opc.Ua.Core
MaxMessageSize Property (ChannelQuotas)



Opc.Ua.Bindings Namespace > ChannelQuotas Class : MaxMessageSize Property
The maximum size for a message sent or received.
Syntax
'Declaration
 
Public Property MaxMessageSize As Integer
'Usage
 
Dim instance As ChannelQuotas
Dim value As Integer
 
instance.MaxMessageSize = value
 
value = instance.MaxMessageSize
public int MaxMessageSize {get; set;}
public:
property int MaxMessageSize {
   int get();
   void set (    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

ChannelQuotas Class
ChannelQuotas Members