C# 클래스 Microsoft.AspNet.Server.Kestrel.Http.ListenerSecondary

A secondary listener is delegated requests from a primary listener via a named pipe or UNIX domain socket.
상속: ListenerContext, IDisposable
파일 보기 프로젝트 열기: Starcounter/KestrelHttpServer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
StartAsync ( string pipeName, ServerAddress address, KestrelThread thread, Task>.Func application ) : Task

보호된 메소드들

메소드 설명
CreateAcceptSocket ( ) : UvStreamHandle

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

ListenerSecondary ( ServiceContext serviceContext ) : System

메소드 상세

CreateAcceptSocket() 보호된 추상적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListenerSecondary() 보호된 메소드

protected ListenerSecondary ( ServiceContext serviceContext ) : System
serviceContext ServiceContext
리턴 System

StartAsync() 공개 메소드

public StartAsync ( string pipeName, ServerAddress address, KestrelThread thread, Task>.Func application ) : Task
pipeName string
address ServerAddress
thread KestrelThread
application Task>.Func
리턴 Task