C# 클래스 Spark.Engine.Extensions.HttpRequestExtensions

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

공개 메소드들

메소드 설명
Exists ( this headers, string key ) : bool
GetParameter ( this request, string key ) : string
GetSearchParams ( this request ) : Hl7.Fhir.Rest.SearchParams
Header ( this request, string key ) : string
Replace ( this headers, string header, string value ) : void
ReplaceHeader ( this request, string header, string value ) : void
TupledParameters ( this request ) : string>>.List
Value ( this headers, string key ) : string

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( this headers, string key ) : bool
headers this
key string
리턴 bool

GetParameter() 공개 정적인 메소드

public static GetParameter ( this request, string key ) : string
request this
key string
리턴 string

GetSearchParams() 공개 정적인 메소드

public static GetSearchParams ( this request ) : Hl7.Fhir.Rest.SearchParams
request this
리턴 Hl7.Fhir.Rest.SearchParams

Header() 공개 정적인 메소드

public static Header ( this request, string key ) : string
request this
key string
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( this headers, string header, string value ) : void
headers this
header string
value string
리턴 void

ReplaceHeader() 공개 정적인 메소드

public static ReplaceHeader ( this request, string header, string value ) : void
request this
header string
value string
리턴 void

TupledParameters() 공개 정적인 메소드

public static TupledParameters ( this request ) : string>>.List
request this
리턴 string>>.List

Value() 공개 정적인 메소드

public static Value ( this headers, string key ) : string
headers this
key string
리턴 string