Method | Description | |
---|---|---|
AddParameter ( this request, object data ) : IRestRequest |
Extension method for RestRequest to allow calling AddParameter with an anonymous object.
|
|
GetMd5 ( this input ) : string |
Genereate MD5 Hash for given input.
|
public static AddParameter ( this request, object data ) : IRestRequest | ||
request | this | RestRequest instance. |
data | object | The object with properties. |
return | IRestRequest |
public static GetMd5 ( this input ) : string | ||
input | this | The input string. |
return | string |