C# Class LinkCrawler.Models.RequestModel

Afficher le fichier Open project: hmol/LinkCrawler Class Usage Examples

Méthodes publiques

Свойство Type Description
Client RestSharp.RestClient
ReferrerUrl string
Url string

Méthodes publiques

Méthode Description
RequestModel ( string url, string referrerUrl, string baseUrl ) : RestSharp

Method Details

RequestModel() public méthode

public RequestModel ( string url, string referrerUrl, string baseUrl ) : RestSharp
url string
referrerUrl string
baseUrl string
Résultat RestSharp

Property Details

Client public_oe property

public RestClient,RestSharp Client
Résultat RestSharp.RestClient

ReferrerUrl public_oe property

public string ReferrerUrl
Résultat string

Url public_oe property

public string Url
Résultat string