C# Class Core.Azure.Web.OwinCommunicationListener

Inheritance: ICommunicationListener
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
StopWebServer ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

CloseAsync() public méthode

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

OpenAsync() public méthode

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

OwinCommunicationListener() public méthode

public OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName ) : System
startup Action
serviceContext ServiceContext
endpointName string
Résultat System

OwinCommunicationListener() public méthode

public OwinCommunicationListener ( Action startup, ServiceContext serviceContext, string endpointName, string appRoot ) : System
startup Action
serviceContext ServiceContext
endpointName string
appRoot string
Résultat System