C# Класс Goedel.Recrypt.Client.RecryptPortal

Abstract interface to a service that supports the Recrypt API calls. Mostly for useful in test code where the ability to switch between a direct and indirect portal connection is desirable.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MeshServiceClient Goedel.Recrypt.RecryptService

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

Метод Описание
GetService ( string Portal ) : RecryptService

Return a RecryptService object for the named portal service.

GetService ( string Portal, string Account ) : RecryptService

Return a RecryptService object for the named portal service.

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

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

Return a RecryptService object for the named portal service.
public GetService ( string Portal ) : RecryptService
Portal string Address of the portal service.
Результат Goedel.Recrypt.RecryptService

GetService() публичный абстрактный Метод

Return a RecryptService object for the named portal service.
public abstract GetService ( string Portal, string Account ) : RecryptService
Portal string Address of the portal service.
Account string Account name.
Результат Goedel.Recrypt.RecryptService

Описание свойств

MeshServiceClient публичное свойство

May be set to the default RecryptService by a calling application.
public RecryptService,Goedel.Recrypt MeshServiceClient
Результат Goedel.Recrypt.RecryptService