Method | 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 |
Method | Description | |
---|---|---|
CreateWebRequest ( string uri, string content ) : |
public ForwardCommand ( Winium.StoreApps.Common.Command commandToForward, bool verbose = true, int timeout ) : string | ||
commandToForward | Winium.StoreApps.Common.Command | |
verbose | bool | |
timeout | int | |
return | string |
public Requester ( string ip, int port ) : System | ||
ip | string | |
port | int | |
return | System |
public SendRequest ( string requestContent, bool verbose, int timeout ) : string>.KeyValuePair |
||
requestContent | string | |
verbose | bool | |
timeout | int | |
return | string>.KeyValuePair |