C# 클래스 Winium.StoreApps.Driver.Listener.JwpListener

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi 1 사용 예제들

공개 메소드들

메소드 설명
JwpListener ( int listenerPort ) : System
StartListening ( ) : void
StopListening ( ) : void

비공개 메소드들

메소드 설명
HandleRequest ( HttpRequest acceptedRequest ) : string
ProcessCommand ( Winium.StoreApps.Common.Command command ) : Winium.StoreApps.Common.CommandResponse

메소드 상세

JwpListener() 공개 메소드

public JwpListener ( int listenerPort ) : System
listenerPort int
리턴 System

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void