C# Class Marain.Tenancy.Client.UnauthenticatedTenancyService

Tenancy API client for use in scenarios where authentication is not required.

In scenarios in which inter-service communication is secured at a networking level, it might be unnecessary to authenticate requests. The base proxy type supports this but only through protected constructors. This type makes a suitable constructor available publicly.

Inheritance: TenancyService
Afficher le fichier Open project: marain-dotnet/Marain.Tenancy Class Usage Examples

Méthodes publiques

Méthode Description
UnauthenticatedTenancyService ( Uri baseUri ) : System

Create an UnauthenticatedTenancyService.

Method Details

UnauthenticatedTenancyService() public méthode

Create an UnauthenticatedTenancyService.
public UnauthenticatedTenancyService ( Uri baseUri ) : System
baseUri Uri The base URI of the tenancy control service.
Résultat System