C# Class Core.Azure.Web.OwinCommunicationListener

Inheritance: ICommunicationListener
Mostra file Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method 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

Method Description
StopWebServer ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

CloseAsync() public method

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

OpenAsync() public method

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

OwinCommunicationListener() public method

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

OwinCommunicationListener() public method

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