C# 클래스 CSharpUtils.Web._45.Fastcgi.FastcgiServerClientHandlerAsync

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Client System.Net.Sockets.TcpClient
Handlers FastcgiServerClientRequestHandlerAsync>.Dictionary

공개 메소드들

메소드 설명
FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
Handle ( ) : System.Threading.Tasks.Task

메소드 상세

FastcgiServerClientHandlerAsync() 공개 메소드

public FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
FastcgiServerAsync FastcgiServerAsync
Client System.Net.Sockets.TcpClient
리턴 System

Handle() 공개 메소드

public Handle ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

Client 보호되어 있는 프로퍼티

protected TcpClient,System.Net.Sockets Client
리턴 System.Net.Sockets.TcpClient

Handlers 보호되어 있는 프로퍼티

protected Dictionary Handlers
리턴 FastcgiServerClientRequestHandlerAsync>.Dictionary