EasyUA Reference
MaxBufferSize Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TransportQuotas Class : MaxBufferSize Property

Glossary Item Box

The maximum size of the buffer to use when sending messages.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TransportQuotas
Dim value As Integer
 
instance.MaxBufferSize = value
 
value = instance.MaxBufferSize
C# 
[DataMemberAttribute(5)]
public int MaxBufferSize {get; set;}

Property Value

The max size of the buffer.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.