Returns the response string from the HTTP server if an error occurs for HTTPUploadThroughPost() method. This is a runtime, read-only property.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public string HTTPPostResponseString { get; }
Visual Basic
Public ReadOnly Property HTTPPostResponseString As String
	Get

Remarks

If HTTPUploadThroughPost() method returns false, check this property for response string from the HTTP server. If HTTPUploadThroughPost() method return true, this property returns "".

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also