C# 클래스 Headless.DynamicResolverPage

상속: IPage
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
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