C# 클래스 WPNest.ExtensionMethods

파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
CelsiusToFahrenheit ( this celsius ) : double
FahrenheitToCelsius ( this fahrenheit ) : double
GetResponseStringAsync ( this request ) : Task
SetRequestStringAsync ( this request, string requestString ) : System.Threading.Tasks.Task
UrlEncode ( this value ) : string

메소드 상세

CelsiusToFahrenheit() 공개 정적인 메소드

public static CelsiusToFahrenheit ( this celsius ) : double
celsius this
리턴 double

FahrenheitToCelsius() 공개 정적인 메소드

public static FahrenheitToCelsius ( this fahrenheit ) : double
fahrenheit this
리턴 double

GetResponseStringAsync() 공개 정적인 메소드

public static GetResponseStringAsync ( this request ) : Task
request this
리턴 Task

SetRequestStringAsync() 공개 정적인 메소드

public static SetRequestStringAsync ( this request, string requestString ) : System.Threading.Tasks.Task
request this
requestString string
리턴 System.Threading.Tasks.Task

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this value ) : string
value this
리턴 string