C# 클래스 RicOneApi.Api.Util

파일 보기 프로젝트 열기: RIConeorg/API-ClientLibrary-DotNet

공개 메소드들

메소드 설명
BuildHeader ( IRestResponse response ) : string

Method to iterate through the response header list and concatenates a string to return header fields and values

ResponseHandler ( IRestResponse response ) : void

Response handler to return HTTP Status Codes if an error with a request occurs

비공개 메소드들

메소드 설명
ConvertUnixTime ( long unixDate ) : System.DateTime

메소드 상세

BuildHeader() 공개 정적인 메소드

Method to iterate through the response header list and concatenates a string to return header fields and values
public static BuildHeader ( IRestResponse response ) : string
response IRestResponse
리턴 string

ResponseHandler() 공개 정적인 메소드

Response handler to return HTTP Status Codes if an error with a request occurs
public static ResponseHandler ( IRestResponse response ) : void
response IRestResponse
리턴 void