C# 클래스 Core.Azure.Web.OwinCommunicationListener

상속: ICommunicationListener
파일 보기 프로젝트 열기: Rurouni/MassiveOnlineUniversalServerEngine

공개 메소드들

메소드 설명
Abort ( ) : void
CloseAsync ( CancellationToken cancellationToken ) : Task
OpenAsync ( CancellationToken cancellationToken ) : Task
OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName ) : System
OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName, string appRoot ) : System

비공개 메소드들

메소드 설명
StopWebServer ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CloseAsync() 공개 메소드

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

OpenAsync() 공개 메소드

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

OwinCommunicationListener() 공개 메소드

public OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName ) : System
startup Action
serviceContext ServiceContext
endpointName string
리턴 System

OwinCommunicationListener() 공개 메소드

public OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName, string appRoot ) : System
startup Action
serviceContext ServiceContext
endpointName string
appRoot string
리턴 System