C# Class Headless.DynamicResolverPage

Inheritance: IPage
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
Initialize ( IBrowser browser, HttpResponseMessage response, HttpResult result ) : void
IsOn ( Uri location ) : bool
ToString ( ) : string

Private Methods

Méthode Description
DetermineMediaType ( HttpResponseMessage response ) : string

Determines the type of the media.

Method Details

Initialize() public méthode

/// The parameter is null. /// /// The parameter is null. /// /// The parameter is null. ///
public Initialize ( IBrowser browser, HttpResponseMessage response, HttpResult result ) : void
browser IBrowser
response System.Net.Http.HttpResponseMessage
result HttpResult
Résultat void

IsOn() public méthode

public IsOn ( Uri location ) : bool
location System.Uri
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string