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

파일 보기 프로젝트 열기: soywiz/csharputils

공개 프로퍼티들

프로퍼티 타입 설명
FastcgiRequestAsync FastcgiRequestAsync
FastcgiResponseAsync FastcgiResponseAsync
ParamsStream System.IO.MemoryStream

보호된 프로퍼티들

프로퍼티 타입 설명
ClientStream Stream
RequestId ushort

공개 메소드들

메소드 설명
FastcgiServerClientRequestHandlerAsync ( FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync, Stream ClientStream, ushort RequestId ) : System
HandlePacket ( TcpClient Client, FastcgiPacket Packet ) : Task

보호된 메소드들

메소드 설명
ReadVariable ( Stream Stream ) : int

메소드 상세

FastcgiServerClientRequestHandlerAsync() 공개 메소드

public FastcgiServerClientRequestHandlerAsync ( FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync, Stream ClientStream, ushort RequestId ) : System
FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync
ClientStream Stream
RequestId ushort
리턴 System

HandlePacket() 공개 메소드

public HandlePacket ( TcpClient Client, FastcgiPacket Packet ) : Task
Client System.Net.Sockets.TcpClient
Packet FastcgiPacket
리턴 Task

ReadVariable() 보호된 정적인 메소드

protected static ReadVariable ( Stream Stream ) : int
Stream Stream
리턴 int

프로퍼티 상세

ClientStream 보호되어 있는 프로퍼티

protected Stream ClientStream
리턴 Stream

FastcgiRequestAsync 공개적으로 프로퍼티

public FastcgiRequestAsync,CSharpUtils.Web._45.Fastcgi FastcgiRequestAsync
리턴 FastcgiRequestAsync

FastcgiResponseAsync 공개적으로 프로퍼티

public FastcgiResponseAsync,CSharpUtils.Web._45.Fastcgi FastcgiResponseAsync
리턴 FastcgiResponseAsync

ParamsStream 공개적으로 프로퍼티

public MemoryStream,System.IO ParamsStream
리턴 System.IO.MemoryStream

RequestId 보호되어 있는 프로퍼티

protected ushort RequestId
리턴 ushort