C# 클래스 EPiServerServiceAPI.EpiApi

Main class for grouping root resources. Nested resources are defined as properties. The constructor can optionally receive an URL and HttpClient instance to override the default ones.
파일 보기 프로젝트 열기: mulesoft-labs/raml-dotnet-apicore 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
client System.Net.Http.HttpClient

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDefaultRequestHeader ( string name, IEnumerable values ) : void
AddDefaultRequestHeader ( string name, string value ) : void
EpiApi ( HttpClient httpClient ) : System
EpiApi ( string endpointUrl ) : System

메소드 상세

AddDefaultRequestHeader() 공개 메소드

public AddDefaultRequestHeader ( string name, IEnumerable values ) : void
name string
values IEnumerable
리턴 void

AddDefaultRequestHeader() 공개 메소드

public AddDefaultRequestHeader ( string name, string value ) : void
name string
value string
리턴 void

EpiApi() 공개 메소드

public EpiApi ( HttpClient httpClient ) : System
httpClient System.Net.Http.HttpClient
리턴 System

EpiApi() 공개 메소드

public EpiApi ( string endpointUrl ) : System
endpointUrl string
리턴 System

프로퍼티 상세

client 보호되어 있는 프로퍼티

protected HttpClient,System.Net.Http client
리턴 System.Net.Http.HttpClient