VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain.ImageUploading.Ftp Namespace / ProgressChangedEventArgs Class / ProgressChangedEventArgs Constructor(StatusCode,String,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
ProgressChangedEventArgs Constructor(StatusCode,String,Int32,Int32)
In This Topic
Initializes a new instance of the ProgressChangedEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal statusCode
Current status code.
As StatusCode, _
ByVal statusString
Current status string.
As String, _
ByVal bytesTotal
Count of bytes that should be uploaded to HTTP server.
As Integer, _
ByVal bytesUploaded
Count of bytes that already uploaded to HTTP server.
As Integer _
)
public ProgressChangedEventArgs(
StatusCode statusCode,
string statusString,
int bytesTotal,
int bytesUploaded
)

Parameters

statusCode
Current status code.
statusString
Current status string.
bytesTotal
Count of bytes that should be uploaded to HTTP server.
bytesUploaded
Count of bytes that already uploaded to HTTP server.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also