C# 클래스 Stumps.Server.Data.HttpRequestEntityReader

A class that provides an T:Stumps.IStumpsHttpRequest implementation using a T:Stumps.Server.Data.HttpRequestEntity object.
상속: IStumpsHttpRequest
파일 보기 프로젝트 열기: Cayan-LLC/stumps

공개 메소드들

메소드 설명
GetBody ( ) : byte[]

Gets the bytes for the HTTP body.

HttpRequestEntityReader ( string serverId, HttpRequestEntity requestEntity, IDataAccess dataAccess ) : System

Initializes a new instance of the T:Stumps.Server.Data.HttpRequestEntityReader class.

메소드 상세

GetBody() 공개 메소드

Gets the bytes for the HTTP body.
public GetBody ( ) : byte[]
리턴 byte[]

HttpRequestEntityReader() 공개 메소드

Initializes a new instance of the T:Stumps.Server.Data.HttpRequestEntityReader class.
/// is null. /// or /// is null. /// or /// is null. ///
public HttpRequestEntityReader ( string serverId, HttpRequestEntity requestEntity, IDataAccess dataAccess ) : System
serverId string The unique identifier for the server.
requestEntity HttpRequestEntity The request entity.
dataAccess IDataAccess The data access provider used by the instance.
리턴 System