C# 클래스 ADPAPIClient.HttpClient

파일 보기 프로젝트 열기: ministryofjustice/adp_api_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fullUrl string
responseStatusCode HttpStatusCode

공개 메소드들

메소드 설명
HttpClient ( ) : System
createClaim ( string jsonPayload ) : string
getCaseTypes ( ) : string
getCourts ( ) : string

비공개 메소드들

메소드 설명
extractErrorDetails ( WebException ex ) : string
getEndpointResponse ( string endpointSuffix ) : string
getUrl ( string endpoint ) : string
instantiateClient ( ) : WebClient

메소드 상세

HttpClient() 공개 메소드

public HttpClient ( ) : System
리턴 System

createClaim() 공개 메소드

public createClaim ( string jsonPayload ) : string
jsonPayload string
리턴 string

getCaseTypes() 공개 메소드

public getCaseTypes ( ) : string
리턴 string

getCourts() 공개 메소드

public getCourts ( ) : string
리턴 string

프로퍼티 상세

fullUrl 공개적으로 프로퍼티

public string fullUrl
리턴 string

responseStatusCode 공개적으로 프로퍼티

public HttpStatusCode responseStatusCode
리턴 HttpStatusCode