C# 클래스 Program.ListenerScope, gert

상속: IDisposable
파일 보기 프로젝트 열기: mono/gert

공개 프로퍼티들

프로퍼티 타입 설명
listener HttpListener

공개 메소드들

메소드 설명
Dispose ( ) : void
ListenerScope ( Action processor ) : System

비공개 메소드들

메소드 설명
RequestHandler ( IAsyncResult result ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListenerScope() 공개 메소드

public ListenerScope ( Action processor ) : System
processor Action
리턴 System

프로퍼티 상세

listener 공개적으로 프로퍼티

public HttpListener listener
리턴 HttpListener