C# Class ReactiveTheMilk.ParametersExtension

Mostra file Open project: masaru-b-cl/ReactiveTheMilk

Public Methods

Method Description
Add ( this parameters, string key, string value ) : void
ToPostData ( this parameters ) : String

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

Method Details

Add() public static method

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

ToPostData() public static method

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