C# Class GoogleApi.Entities.Common.BaseRequest

Base abstract class for requests.
ファイルを表示 Open project: vivet/GoogleApi

Public Methods

Method Description
GetUri ( ) : Uri

Returns the Uri.

Protected Methods

Method Description
GetQueryStringParameters ( ) : QueryStringParametersList

Get the query string collection of added parameters for the request.

Method Details

GetQueryStringParameters() protected method

Get the query string collection of added parameters for the request.
protected GetQueryStringParameters ( ) : QueryStringParametersList
return GoogleApi.Helpers.QueryStringParametersList

GetUri() public method

Returns the Uri.
public GetUri ( ) : Uri
return System.Uri