FormSubmitterSubmit Method |
Name | Description | |
---|---|---|
![]() | Submit |
Submits the form data to the server.
|
![]() | Submit(CookieContainer) |
Submits the form data to the server with specified cookies.
|
![]() | Submit(ICredentials) |
Submits the form data to the server with specified user credentials.
|
![]() | Submit(TimeSpan) |
Submits the form data to the server with specified timeout.
|
![]() | Submit(ICredentials, CookieContainer) |
Submits the form data to the server with specified user credentials and cookies.
|
![]() | Submit(ICredentials, TimeSpan) |
Submits the form data to the server with specified user credentials and timeout.
|
![]() | Submit(TimeSpan, CookieContainer) |
Submits the form data to the server with specified timeout and cookies.
|
![]() | Submit(ICredentials, TimeSpan, Boolean) |
Submits the form data to the server with specified user credentials.
|
![]() | Submit(ICredentials, TimeSpan, CookieContainer) |
Submits the form data to the server with specified user credentials, timeout and cookies.
|
![]() | Submit(ICredentials, TimeSpan, Boolean, CookieContainer) |
Submits the form data to the server with specified user credentials and cookies.
|