C# 클래스 IInteractive.WebConsole.Browser

파일 보기 프로젝트 열기: iinteractive/IInteractive.WebTest 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Browser ( ) : System
Browser ( BrowserConfigElement BrowserConfig ) : System
Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
Get ( Uri url ) : HttpRequestResult

메소드 상세

Browser() 공개 메소드

public Browser ( ) : System
리턴 System

Browser() 공개 메소드

public Browser ( BrowserConfigElement BrowserConfig ) : System
BrowserConfig BrowserConfigElement
리턴 System

Browser() 공개 메소드

public Browser ( BrowserConfigElement BrowserConfig, NetworkCredentialsElement CredentialsConfig ) : System
BrowserConfig BrowserConfigElement
CredentialsConfig NetworkCredentialsElement
리턴 System

Get() 공개 메소드

public Get ( Uri url ) : HttpRequestResult
url System.Uri
리턴 HttpRequestResult