C# Класс Pixum.API.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddParameter() публичный статический Метод

Extension method for RestRequest to allow calling AddParameter with an anonymous object.
public static AddParameter ( this request, object data ) : IRestRequest
request this RestRequest instance.
data object The object with properties.
Результат IRestRequest

GetMd5() публичный статический Метод

Genereate MD5 Hash for given input.
public static GetMd5 ( this input ) : string
input this The input string.
Результат string