C# Класс Core.Azure.Web.OwinCommunicationListener

Наследование: ICommunicationListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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