Request AddSubRequest Method C# API
Overload List

  NameDescription
Public methodAddSubRequest(String)
Adds a URL to the list of sub-requests that will be fetched from the web server when this Request is sent.
Public methodAddSubRequest(Url)
Adds a Url to the list of sub-requests that will be fetched from the web server when this Request is sent.
Public methodAddSubRequest(Protocol, IpEndPoint, String)
Adds a URL to the list of sub-requests that will be fetched from the web server when this Request is sent.
Back to Top
See Also