C# Class Winium.StoreApps.Driver.Helpers.Requester

Afficher le fichier Open project: NetlifeBackupSolutions/Winium.StoreApps.CodedUi

Méthodes publiques

Méthode Description
ForwardCommand ( Winium.StoreApps.Common.Command commandToForward, bool verbose = true, int timeout ) : string
Requester ( string ip, int 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 ( Winium.StoreApps.Common.Command commandToForward, bool verbose = true, int timeout ) : string
commandToForward Winium.StoreApps.Common.Command
verbose bool
timeout int
Résultat string

Requester() public méthode

public Requester ( string ip, int port ) : System
ip string
port int
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