C# Class WindowsPhoneDriver.OuterDriver.Requester

Afficher le fichier Open project: 2gis/winphonedriver

Méthodes publiques

Méthode 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

Méthode Description
CreateWebRequest ( string uri, string content ) : HttpWebRequest

Method Details

ForwardCommand() public méthode

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

Requester() public méthode

public Requester ( string ip, string port ) : System
ip string
port string
Résultat System

SendRequest() public méthode

public SendRequest ( string requestContent, bool verbose, int timeout ) : string>.KeyValuePair
requestContent string
verbose bool
timeout int
Résultat string>.KeyValuePair