Show / Hide Table of Contents

Delegate FileHelper.UploadFileDelegate

That is the signature for the UploadFileStart_Event

Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void UploadFileDelegate(string fileName, long fileSize);
Parameters
Type Name Description
System.String fileName
System.Int64 fileSize

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)

See Also

UploadFileEnd_Event
UploadFileEnd_Event
In This Article
Back to top Generated by DocFX