Aurigma Image Uploader 6.5 Dual
ImageUploader..::.MessageNoResponseFromServerText Property
Text of the error 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 MessageNoResponseFromServerText As String
C#
public string MessageNoResponseFromServerText { get; set; }
Property Value
A string value which specifies a text of the error 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 corresponds to MessageNoResponseFromServerText client-side property.