C# 클래스 WindowsPhoneDriver.OuterDriver.Requester

파일 보기 프로젝트 열기: 2gis/winphonedriver

공개 메소드들

메소드 설명
ForwardCommand ( Command commandToForward, bool verbose = true, int timeout ) : string
Requester ( string ip, string port ) : System
SendRequest ( string requestContent, bool verbose, int timeout ) : string>.KeyValuePair

비공개 메소드들

메소드 설명
CreateWebRequest ( string uri, string content ) : HttpWebRequest

메소드 상세

ForwardCommand() 공개 메소드

public ForwardCommand ( Command commandToForward, bool verbose = true, int timeout ) : string
commandToForward OpenQA.Selenium.Remote.Command
verbose bool
timeout int
리턴 string

Requester() 공개 메소드

public Requester ( string ip, string port ) : System
ip string
port string
리턴 System

SendRequest() 공개 메소드

public SendRequest ( string requestContent, bool verbose, int timeout ) : string>.KeyValuePair
requestContent string
verbose bool
timeout int
리턴 string>.KeyValuePair