C# Class SRNicoNico.Models.NicoNicoViewer.GetRequestQuery

Show file Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

Method Description
AddQuery ( string key, int value ) : void
AddQuery ( string key, string value ) : void
AddRawQuery ( string query ) : void
GetRequestQuery ( string baseUrl ) : System

Method Details

AddQuery() public method

public AddQuery ( string key, int value ) : void
key string
value int
return void

AddQuery() public method

public AddQuery ( string key, string value ) : void
key string
value string
return void

AddRawQuery() public method

public AddRawQuery ( string query ) : void
query string
return void

GetRequestQuery() public method

public GetRequestQuery ( string baseUrl ) : System
baseUrl string
return System