This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ProgressDialogWaitingForResponseFromServerText Property

Text string which appears in the progress dialog when the upload completes, and Image Uploader is waiting for a response from the server.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ProgressDialogWaitingForResponseFromServerText As String
C#
public string ProgressDialogWaitingForResponseFromServerText { get; set; }

Property Value

A string value that specifies a text displayed on a progress dialog when upload is finished and Image Uploader is waiting for a response from server.

Default value is "Waiting for response from server...".

Remarks

This property corresponds to ProgressDialogWaitingForResponseFromServerText client-side property.

See Also

Reference