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
Exibir arquivo Open project: marain-dotnet/Marain.Tenancy Class Usage Examples

Public Methods

Method Description
UnauthenticatedTenancyService ( Uri baseUri ) : System

Create an UnauthenticatedTenancyService.

Method Details

UnauthenticatedTenancyService() public method

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