C# Class Headless.DynamicResolverPage

Inheritance: IPage
显示文件 Open project: roryprimrose/Headless

Public Methods

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

Private Methods

Method Description
DetermineMediaType ( HttpResponseMessage response ) : string

Determines the type of the media.

Method Details

Initialize() public method

/// 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
return void

IsOn() public method

public IsOn ( Uri location ) : bool
location System.Uri
return bool

ToString() public method

public ToString ( ) : string
return string