C# 클래스 Winium.StoreApps.Driver.Helpers.Requester

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi

공개 메소드들

메소드 설명
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

비공개 메소드들

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

메소드 상세

ForwardCommand() 공개 메소드

public ForwardCommand ( Winium.StoreApps.Common.Command commandToForward, bool verbose = true, int timeout ) : string
commandToForward Winium.StoreApps.Common.Command
verbose bool
timeout int
리턴 string

Requester() 공개 메소드

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

SendRequest() 공개 메소드

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