C# Class Goedel.Recrypt.Client.MeshPortalRemote

Connection to network service using HTTP client.
Inheritance: RecryptPortal
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
GetService ( string Service, string Account ) : RecryptService

Return a RecryptService object for the named portal service.

MeshPortalRemote ( ) : System

Default constructor.

Method Details

GetService() public méthode

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

MeshPortalRemote() public méthode

Default constructor.
public MeshPortalRemote ( ) : System
Résultat System