C# 클래스 StoreIDTopGateAPI.EventsServer

파일 보기 프로젝트 열기: nedap/StoreIDTopGateAPI 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
listener System.Net.HttpListener
port int

공개 메소드들

메소드 설명
EventsServer ( int port ) : System
ListenerCallback ( IAsyncResult result ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

EventsServer() 공개 메소드

public EventsServer ( int port ) : System
port int
리턴 System

ListenerCallback() 공개 메소드

public ListenerCallback ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

listener 보호되어 있는 프로퍼티

protected HttpListener,System.Net listener
리턴 System.Net.HttpListener

port 보호되어 있는 프로퍼티

protected int port
리턴 int