C# Class WindowsPhoneDriver.OuterDriver.Requester

Show file Open project: 2gis/winphonedriver

Public Methods

Method Description
ForwardCommand ( Command commandToForward, bool verbose = true, int timeout ) : string
Requester ( string ip, string port ) : System
SendRequest ( string requestContent, bool verbose, int timeout ) : string>.KeyValuePair

Private Methods

Method Description
CreateWebRequest ( string uri, string content ) : HttpWebRequest

Method Details

ForwardCommand() public method

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

Requester() public method

public Requester ( string ip, string port ) : System
ip string
port string
return System

SendRequest() public method

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