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

Messages.NoResponseFromServer Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that an error was encountered when sending a request to the server and the server did not return any response.

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

Syntax

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

Property Value

Type: System.String

The message which states that an error was encountered when sending a request to the server and the server did not return any response. To disable this message, set it to an empty string.

Default value is "No response from server.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference