UploadHttpRequestInfo(Int32, String, String) Constructor
Initializes a new instance of the UploadHttpRequestInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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