WebBrowser CreateRequest Method C# API
Overload List

  NameDescription
Public methodCreateRequest(HttpMethod, Url)
Creates a Request object that can be used to send an HTTP request to the web server.
Public methodCreateRequest(HttpMethod, Url, Int32)
Creates a Request object that can be used to send an HTTP request to the web server, specifying a unique identifier that can be used to track the request.
Back to Top
See Also