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
파일 보기 프로젝트 열기: marain-dotnet/Marain.Tenancy 1 사용 예제들

공개 메소드들

메소드 설명
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