C# Class Goedel.Recrypt.Client.MeshPortalRemote

Connection to network service using HTTP client.
Inheritance: RecryptPortal
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

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

Return a RecryptService object for the named portal service.

MeshPortalRemote ( ) : System

Default constructor.

Method Details

GetService() public method

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

MeshPortalRemote() public method

Default constructor.
public MeshPortalRemote ( ) : System
return System