C# Класс 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.

Наследование: TenancyService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UnauthenticatedTenancyService ( Uri baseUri ) : System

Create an UnauthenticatedTenancyService.

Описание методов

UnauthenticatedTenancyService() публичный Метод

Create an UnauthenticatedTenancyService.
public UnauthenticatedTenancyService ( Uri baseUri ) : System
baseUri Uri The base URI of the tenancy control service.
Результат System