C# Class 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.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
MeshServiceClient Goedel.Recrypt.RecryptService

Méthodes publiques

Méthode Description
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.

Method Details

GetService() public méthode

Return a RecryptService object for the named portal service.
public GetService ( string Portal ) : RecryptService
Portal string Address of the portal service.
Résultat Goedel.Recrypt.RecryptService

GetService() public abstract méthode

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.
Résultat Goedel.Recrypt.RecryptService

Property Details

MeshServiceClient public_oe property

May be set to the default RecryptService by a calling application.
public RecryptService,Goedel.Recrypt MeshServiceClient
Résultat Goedel.Recrypt.RecryptService