C# Class Goedel.Mesh.MeshPortalRemote

Connection to network service using HTTP client.
Inheritance: MeshPortal
Mostrar archivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

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

Return a MeshService object for the named portal service.

MeshPortalRemote ( ) : System

Default constructor.

Method Details

GetService() public method

Return a MeshService object for the named portal service.
public GetService ( string Service, string Account ) : MeshService
Service string The service to get the service from.
Account string The account to get.
return MeshService

MeshPortalRemote() public method

Default constructor.
public MeshPortalRemote ( ) : System
return System