Gets the server response.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public string ServerResponse { get; }
Visual Basic (Declaration)
Public ReadOnly Property ServerResponse As String
Visual C++
public:
property String^ ServerResponse {
	String^ get ();
}

Field Value

The server response.

See Also