C# Class ReactiveTheMilk.ParametersExtension

Afficher le fichier Open project: masaru-b-cl/ReactiveTheMilk

Méthodes publiques

Méthode Description
Add ( this parameters, string key, string value ) : void
ToPostData ( this parameters ) : String

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

Method Details

Add() public static méthode

public static Add ( this parameters, string key, string value ) : void
parameters this
key string
value string
Résultat void

ToPostData() public static méthode

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