C# Class WhippedCream.DefaultUrlService

This object represents the default implementation of IUrlService.
Inheritance: IUrlService
Mostrar archivo Open project: KCL5South/WhippedCream Class Usage Examples

Private Properties

Property Type Description
IUrlService System.Uri
IUrlService string

Public Methods

Method Description
DefaultUrlService ( System baseUri, string servicePrefix ) : System.Linq

Constructor

Private Methods

Method Description
IUrlService ( string path ) : System.Uri
IUrlService ( string path ) : string

Method Details

DefaultUrlService() public method

Constructor
public DefaultUrlService ( System baseUri, string servicePrefix ) : System.Linq
baseUri System The base Uri of all services.
servicePrefix string If we need a prefix to be appended to the base Uri.
return System.Linq