C# Класс Headless.DynamicResolverPage

Наследование: IPage
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( IBrowser browser, HttpResponseMessage response, HttpResult result ) : void
IsOn ( Uri location ) : bool
ToString ( ) : string

Приватные методы

Метод Описание
DetermineMediaType ( HttpResponseMessage response ) : string

Determines the type of the media.

Описание методов

Initialize() публичный Метод

/// 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
Результат void

IsOn() публичный Метод

public IsOn ( Uri location ) : bool
location System.Uri
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string