C# Class Rock.Store.StoreServiceBase

Base service class for store services
Mostra file Open project: NewSpring/Rock

Protected Properties

Property Type Description
_clientTimeout int
_rockStoreUrl string

Public Methods

Method Description
StoreServiceBase ( ) : System

Initializes a new instance of the StoreServiceBase class.

Method Details

StoreServiceBase() public method

Initializes a new instance of the StoreServiceBase class.
public StoreServiceBase ( ) : System
return System

Property Details

_clientTimeout protected_oe property

The Client Timeout
protected int _clientTimeout
return int

_rockStoreUrl protected_oe property

Internal variable to store the url to the store.
protected string _rockStoreUrl
return string