VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain.ImageUploading.Http Namespace / CompletedEventArgs Class / CompletedEventArgs Constructor(StatusCode,String,HttpStatusCode,String,String,Int32,String)
Syntax Requirements SeeAlso
In This Topic
    CompletedEventArgs Constructor(StatusCode,String,HttpStatusCode,String,String,Int32,String)
    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 responseCode
    Current response code.
    As System.Net.HttpStatusCode, _
    ByVal responseString
    Current response string.
    As String, _
    ByVal responseContent
    Current response content.
    As String, _
    ByVal errorCode
    Current error code.
    As Integer, _
    ByVal errorString
    Current error string.
    As String _
    )

    Parameters

    statusCode
    Current status code.
    statusString
    Current status string.
    responseCode
    Current response code.
    responseString
    Current response string.
    responseContent
    Current response content.
    errorCode
    Current error code.
    errorString
    Current error string.
    Requirements

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

    See Also