C# 클래스 BalihooBlipDotNet.BlipResponse

The response returned when a BLIP API call is made.
파일 보기 프로젝트 열기: balihoo/balihoo-blip-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
BlipResponse ( int statusCode, string body )

The BlipResponse constructor.

메소드 상세

BlipResponse() 공개 메소드

The BlipResponse constructor.
public BlipResponse ( int statusCode, string body )
statusCode int The numeric HTTP status code that is returned.
body string The body text that is returned in the HTTP response.