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.
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
MeshServiceClient Goedel.Recrypt.RecryptService

Public Methods

Method 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 method

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

GetService() public abstract method

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.
return Goedel.Recrypt.RecryptService

Property Details

MeshServiceClient public property

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