C# 클래스 RovioLib.RovioWebClient

Class for performing http requests
파일 보기 프로젝트 열기: shtirlic/rovio-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
RequestData ( string cmd ) : byte[]

Web request for byte data to the Rovio API

RequestString ( string cmd ) : string

Web request for string data to the Rovio API

RovioWebClient ( RovioSettings settings ) : System

Constructor for RovioWebClient

메소드 상세

RequestData() 공개 메소드

Web request for byte data to the Rovio API
public RequestData ( string cmd ) : byte[]
cmd string Command of the Rovio API to execute
리턴 byte[]

RequestString() 공개 메소드

Web request for string data to the Rovio API
public RequestString ( string cmd ) : string
cmd string Command of the Rovio API to execute
리턴 string

RovioWebClient() 공개 메소드

Constructor for RovioWebClient
public RovioWebClient ( RovioSettings settings ) : System
settings RovioSettings
리턴 System