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

ImageUploader.MessageNoInternetSessionWasEstablishedText Property

Text of the error message which states that there is no Internet session available.

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

Syntax

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

Property Value

A string value which specifies a text of the error message stating that there is no Internet session available. To disable this message, set it to an empty string.

Default value is "No Internet session was established.".

Remarks

This property corresponds to MessageNoInternetSessionWasEstablishedText client-side property.

See Also

Reference