HtmlFormWebClient Property |
Gets the web client used to request and submit the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected IWebClient WebClient { get; }
Protected ReadOnly Property WebClient As IWebClient
Get
protected:
property IWebClient^ WebClient {
IWebClient^ get ();
}
member WebClient : IWebClient with get
Property Value
Type:
IWebClientSee Also