Method | Description | |
---|---|---|
AddQuery ( string key, int value ) : void | ||
AddQuery ( string key, string value ) : void | ||
AddRawQuery ( string query ) : void | ||
GetRequestQuery ( string baseUrl ) : System |
public AddQuery ( string key, int value ) : void | ||
key | string | |
value | int | |
return | void |
public AddQuery ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public GetRequestQuery ( string baseUrl ) : System | ||
baseUrl | string | |
return | System |