SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SetClientBuffer Method

Commits a data buffer to the server component.

Syntax

public void SetClientBuffer(long connectionID, string handle, byte[] value);
Public Sub SetClientBuffer(ByVal ConnectionID As Long, ByVal Handle As String, ByVal Value As Byte())

Remarks

Use this method to commit a data buffer passed via the Value parameter to the server control in a thread-safe way.

One example where you might need to pass your buffer to the server is when customizingupload operations via ReadFile event.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]