C# 클래스 Flux.Instance

상속: IDisposable
파일 보기 프로젝트 열기: markrendle/Flux 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckKeepAlive void
CreateEnvironmentDictionary object>.Dictionary
ListenAgain void
ListenCallback void
Result void
TimeoutCallback void
WriteBuffer Task
WriteResponse Task
WriteResult Task

공개 메소드들

메소드 설명
Dispose ( ) : void
Instance ( Socket socket, System.Func,System.Threading.Tasks.Task> app, int timeoutSeconds = 2 ) : System
Run ( ) : Task

비공개 메소드들

메소드 설명
CheckKeepAlive ( string[]>.IDictionary headers ) : void
CreateEnvironmentDictionary ( CancellationToken token ) : object>.Dictionary
ListenAgain ( Task task ) : void
ListenCallback ( IAsyncResult ar ) : void
Result ( Task task, object>.IDictionary env ) : void
TimeoutCallback ( object state ) : void
WriteBuffer ( ) : Task
WriteResponse ( StringBuilder headerBuilder ) : Task
WriteResult ( int status, object>.IDictionary env ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Instance() 공개 메소드

public Instance ( Socket socket, System.Func,System.Threading.Tasks.Task> app, int timeoutSeconds = 2 ) : System
socket System.Net.Sockets.Socket
app System.Func,System.Threading.Tasks.Task>
timeoutSeconds int
리턴 System

Run() 공개 메소드

public Run ( ) : Task
리턴 Task