C# Class Microsoft.AspNet.Server.Kestrel.Http.ListenerSecondary

A secondary listener is delegated requests from a primary listener via a named pipe or UNIX domain socket.
Inheritance: ListenerContext, IDisposable
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartAsync ( string pipeName, ServerAddress address, KestrelThread thread, Task>.Func application ) : Task

Méthodes protégées

Méthode Description
CreateAcceptSocket ( ) : UvStreamHandle

Creates a socket which can be used to accept an incoming connection

ListenerSecondary ( ServiceContext serviceContext ) : System

Method Details

CreateAcceptSocket() protected abstract méthode

Creates a socket which can be used to accept an incoming connection
protected abstract CreateAcceptSocket ( ) : UvStreamHandle
Résultat Microsoft.AspNet.Server.Kestrel.Networking.UvStreamHandle

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListenerSecondary() protected méthode

protected ListenerSecondary ( ServiceContext serviceContext ) : System
serviceContext ServiceContext
Résultat System

StartAsync() public méthode

public StartAsync ( string pipeName, ServerAddress address, KestrelThread thread, Task>.Func application ) : Task
pipeName string
address ServerAddress
thread KestrelThread
application Task>.Func
Résultat Task