C# 클래스 ReactiveTheMilk.ParametersExtension

파일 보기 프로젝트 열기: masaru-b-cl/ReactiveTheMilk

공개 메소드들

메소드 설명
Add ( this parameters, string key, string value ) : void
ToPostData ( this parameters ) : String

RTM APIパラメーターをPOSTデータ用の文字列にする

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this parameters, string key, string value ) : void
parameters this
key string
value string
리턴 void

ToPostData() 공개 정적인 메소드

RTM APIパラメーターをPOSTデータ用の文字列にする
public static ToPostData ( this parameters ) : String
parameters this
리턴 String