Opc.Ua.Core
MaxMessageSize Property (TransportQuotas)



Opc.Ua Namespace > TransportQuotas Class : MaxMessageSize Property
The maximum length of a message body.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=4)>
Public Property MaxMessageSize As Integer
 
'Usage
 
Dim instance As TransportQuotas
Dim value As Integer
 
instance.MaxMessageSize = value
 
value = instance.MaxMessageSize

Property Value

The max size of the message.
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

TransportQuotas Class
TransportQuotas Members