C# 클래스 FluentHttp.FluentHttpResponse

Represents a Fluent Http Response.
파일 보기 프로젝트 열기: prabirshrestha/FluentHttp 1 사용 예제들

공개 메소드들

메소드 설명
FluentHttpResponse ( FluentHttpRequest request, IHttpWebResponse httpWebResponse ) : System.ComponentModel

Initializes a new instance of the FluentHttpResponse class.

비공개 메소드들

메소드 설명
FluentHttpResponse ( ) : System.ComponentModel

메소드 상세

FluentHttpResponse() 공개 메소드

Initializes a new instance of the FluentHttpResponse class.
public FluentHttpResponse ( FluentHttpRequest request, IHttpWebResponse httpWebResponse ) : System.ComponentModel
request FluentHttpRequest /// The fluent http web request. ///
httpWebResponse IHttpWebResponse /// The http web response. ///
리턴 System.ComponentModel