Method | Description | |
---|---|---|
GetQueryParams ( this uri ) : string>>.IEnumerable |
||
IsSsl ( this url, |
||
PatchFromHeaders ( this baseUri, |
||
SetQueryParameter ( this uri, string name, string value, bool skipNullValues = false ) : |
||
SetQueryParameters ( this uri, |
||
SetQueryParameters ( this uri, object data ) : |
Method | Description | |
---|---|---|
AsKeyValuePairs ( this collection ) : string>>.IEnumerable |
||
IsSsl ( string scheme, |
||
ParseQuery ( this uri ) : |
||
PrepareFromOrigin ( string origin, |
public static GetQueryParams ( this uri ) : string>>.IEnumerable |
||
uri | this | |
return | string>>.IEnumerable |
public static IsSsl ( this url, |
||
url | this | |
headers | ||
return | bool |
public static PatchFromHeaders ( this baseUri, |
||
baseUri | this | |
headers | ||
return |
public static SetQueryParameter ( this uri, string name, string value, bool skipNullValues = false ) : |
||
uri | this | |
name | string | |
value | string | |
skipNullValues | bool | |
return |
public static SetQueryParameters ( this uri, |
||
uri | this | |
queryParameters | ||
skipEmptyValues | bool | |
return |
public static SetQueryParameters ( this uri, object data ) : |
||
uri | this | |
data | object | |
return |