메소드 | 설명 | |
---|---|---|
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 |
public static Exists ( this headers, string key ) : bool | ||
headers | this | |
key | string | |
리턴 | bool |
public static GetParameter ( this request, string key ) : string | ||
request | this | |
key | string | |
리턴 | string |
public static GetSearchParams ( this request ) : Hl7.Fhir.Rest.SearchParams | ||
request | this | |
리턴 | Hl7.Fhir.Rest.SearchParams |
public static Header ( this request, string key ) : string | ||
request | this | |
key | string | |
리턴 | string |
public static Replace ( this headers, string header, string value ) : void | ||
headers | this | |
header | string | |
value | string | |
리턴 | void |
public static ReplaceHeader ( this request, string header, string value ) : void | ||
request | this | |
header | string | |
value | string | |
리턴 | void |
public static TupledParameters ( this request ) : string>>.List |
||
request | this | |
리턴 | string>>.List |
public static Value ( this headers, string key ) : string | ||
headers | this | |
key | string | |
리턴 | string |