메소드 | 설명 | |
---|---|---|
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 ) : |
메소드 | 설명 | |
---|---|---|
AsKeyValuePairs ( this collection ) : string>>.IEnumerable |
||
IsSsl ( string scheme, |
||
ParseQuery ( this uri ) : |
||
PrepareFromOrigin ( string origin, |
public static GetQueryParams ( this uri ) : string>>.IEnumerable |
||
uri | this | |
리턴 | string>>.IEnumerable |
public static IsSsl ( this url, |
||
url | this | |
headers | ||
리턴 | bool |
public static PatchFromHeaders ( this baseUri, |
||
baseUri | this | |
headers | ||
리턴 |
public static SetQueryParameter ( this uri, string name, string value, bool skipNullValues = false ) : |
||
uri | this | |
name | string | |
value | string | |
skipNullValues | bool | |
리턴 |
public static SetQueryParameters ( this uri, |
||
uri | this | |
queryParameters | ||
skipEmptyValues | bool | |
리턴 |
public static SetQueryParameters ( this uri, object data ) : |
||
uri | this | |
data | object | |
리턴 |