C# Class LinkCrawler.Models.RequestModel

Show file Open project: hmol/LinkCrawler Class Usage Examples

Public Properties

Property Type Description
Client RestSharp.RestClient
ReferrerUrl string
Url string

Public Methods

Method Description
RequestModel ( string url, string referrerUrl, string baseUrl ) : RestSharp

Method Details

RequestModel() public method

public RequestModel ( string url, string referrerUrl, string baseUrl ) : RestSharp
url string
referrerUrl string
baseUrl string
return RestSharp

Property Details

Client public property

public RestClient,RestSharp Client
return RestSharp.RestClient

ReferrerUrl public property

public string ReferrerUrl
return string

Url public property

public string Url
return string