C# 클래스 Pixum.API.Extensions

파일 보기 프로젝트 열기: Pixum/Pixum.API-csharp

공개 메소드들

메소드 설명
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