C# 클래스 Winium.StoreApps.CodedUITestProject.SocketServer

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

공개 메소드들

메소드 설명
SocketServer ( Func requestHandlerFunc ) : System
Start ( int port ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleRequest ( StreamSocket socket ) : void
ListenerConnectionReceived ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void

메소드 상세

SocketServer() 공개 메소드

public SocketServer ( Func requestHandlerFunc ) : System
requestHandlerFunc Func
리턴 System

Start() 공개 메소드

public Start ( int port ) : void
port int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void