C# Class WhippedCream.DefaultUrlService

This object represents the default implementation of IUrlService.
Inheritance: IUrlService
Afficher le fichier Open project: KCL5South/WhippedCream Class Usage Examples

Private Properties

Свойство Type Description
IUrlService System.Uri
IUrlService string

Méthodes publiques

Méthode Description
DefaultUrlService ( System baseUri, string servicePrefix ) : System.Linq

Constructor

Private Methods

Méthode Description
IUrlService ( string path ) : System.Uri
IUrlService ( string path ) : string

Method Details

DefaultUrlService() public méthode

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.
Résultat System.Linq