FormSubmitterSubmit Method
Overload List
  NameDescription
Public methodSubmit
Submits the form data to the server.
Public methodSubmit(CookieContainer)
Submits the form data to the server with specified cookies.
Public methodSubmit(ICredentials)
Submits the form data to the server with specified user credentials.
Public methodSubmit(TimeSpan)
Submits the form data to the server with specified timeout.
Public methodSubmit(ICredentials, CookieContainer)
Submits the form data to the server with specified user credentials and cookies.
Public methodSubmit(ICredentials, TimeSpan)
Submits the form data to the server with specified user credentials and timeout.
Public methodSubmit(TimeSpan, CookieContainer)
Submits the form data to the server with specified timeout and cookies.
Public methodSubmit(ICredentials, TimeSpan, Boolean)
Submits the form data to the server with specified user credentials.
Public methodSubmit(ICredentials, TimeSpan, CookieContainer)
Submits the form data to the server with specified user credentials, timeout and cookies.
Public methodSubmit(ICredentials, TimeSpan, Boolean, CookieContainer)
Submits the form data to the server with specified user credentials and cookies.
See Also