C# 클래스 Raven.Database.Server.Abstractions.TcpHttpRequest

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

공개 메소드들

메소드 설명
TcpHttpRequest ( TcpClient client, int port ) : System

비공개 메소드들

메소드 설명
GetIncomingData ( int timeout ) : byte[]
Initialize ( byte bytes ) : void
ProcessExpectContinue ( ) : void
Timeout ( int timeout ) : bool

메소드 상세

TcpHttpRequest() 공개 메소드

public TcpHttpRequest ( TcpClient client, int port ) : System
client System.Net.Sockets.TcpClient
port int
리턴 System