C# Class Goedel.Recrypt.Local.RecryptPortalLocal

Direct connection to service provider via JSON encoding, decoding and dispatch. Useful for producing documentation and for testing.
Inheritance: RecryptLocalPortal
Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
GetService ( string Service, string Account ) : RecryptService

Return a MeshService object for the named portal service.

RecryptPortalLocal ( ) : System

Create new portal using the default stores.

Method Details

GetService() public method

Return a MeshService object for the named portal service.
public GetService ( string Service, string Account ) : RecryptService
Service string
Account string
return Goedel.Recrypt.RecryptService

RecryptPortalLocal() public method

Create new portal using the default stores.
public RecryptPortalLocal ( ) : System
return System