C# Class CBApi.Framework.Requests.GetRequest

Inheritance: BaseRequest
Show file Open project: usbsnowcrash/Careerbuilder.Net

Protected Properties

Property Type Description
_Settings APISettings
_client IRestClient
_request IRestRequest

Protected Methods

Method Description
BeforeRequest ( ) : void
CheckForErrors ( IRestResponse response ) : void
GetRequest ( APISettings settings ) : System
GetRequestURL ( ) : string

Method Details

BeforeRequest() protected method

protected BeforeRequest ( ) : void
return void

CheckForErrors() protected method

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
return void

GetRequest() protected method

protected GetRequest ( APISettings settings ) : System
settings APISettings
return System

GetRequestURL() protected method

protected GetRequestURL ( ) : string
return string

Property Details

_Settings protected property

protected APISettings _Settings
return APISettings

_client protected property

protected IRestClient _client
return IRestClient

_request protected property

protected IRestRequest _request
return IRestRequest