FormSubmitterSubmit Method (ICredentials, TimeSpan)
Submits the form data to the server with specified user credentials and timeout.

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SubmissionResult Submit(
	ICredentials credentials,
	TimeSpan timeout
)

Parameters

credentials
Type: System.NetICredentials
The authentication information for the request.
timeout
Type: SystemTimeSpan
The number of milliseconds to wait before the request times out.

Return Value

Type: SubmissionResult
The result of the submission.
See Also