C# 클래스 Simple.Rest.RestResponse

상속: IRestResponse
파일 보기 프로젝트 열기: oriches/Simple.Rest

공개 메소드들

메소드 설명
RestResponse ( HttpWebResponse response ) : System

Extracts the properties from the HTTP response.

RestResponse ( HttpWebResponse response, Exception exception ) : System

Extracts the properties from the HTTP response and handles the exception generated during the request.

메소드 상세

RestResponse() 공개 메소드

Extracts the properties from the HTTP response.
public RestResponse ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse The HTTP response.
리턴 System

RestResponse() 공개 메소드

Extracts the properties from the HTTP response and handles the exception generated during the request.
public RestResponse ( HttpWebResponse response, Exception exception ) : System
response System.Net.HttpWebResponse The HTTP response.
exception System.Exception The exception generated during the HTTP request\response.
리턴 System