Méthode | Description | |
---|---|---|
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 | |
Résultat | bool |
public static GetParameter ( this request, string key ) : string | ||
request | this | |
key | string | |
Résultat | string |
public static GetSearchParams ( this request ) : Hl7.Fhir.Rest.SearchParams | ||
request | this | |
Résultat | Hl7.Fhir.Rest.SearchParams |
public static Header ( this request, string key ) : string | ||
request | this | |
key | string | |
Résultat | string |
public static Replace ( this headers, string header, string value ) : void | ||
headers | this | |
header | string | |
value | string | |
Résultat | void |
public static ReplaceHeader ( this request, string header, string value ) : void | ||
request | this | |
header | string | |
value | string | |
Résultat | void |
public static TupledParameters ( this request ) : string>>.List |
||
request | this | |
Résultat | string>>.List |
public static Value ( this headers, string key ) : string | ||
headers | this | |
key | string | |
Résultat | string |