Skip to main content
All docs
V25.1
  • UploadHttpRequestInfo(Int32, String, String) Constructor

    Initializes a new instance of the UploadHttpRequestInfo class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public UploadHttpRequestInfo(
        int status,
        string statusText,
        string responseText
    )

    Parameters

    Name Type Description
    status Int32

    An integer value that specifies the response status.

    statusText String

    The response’s status message.

    responseText String

    The response text.

    See Also