C# Class Goedel.Mesh.MeshPortal

Abstract interface to a service that supports the MeshPortal API calls. Mostly for useful in test code where the ability to switch between a direct and indirect portal connection is desirable.
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
MeshServiceClient MeshService

Public Methods

Method Description
GetService ( string Portal ) : MeshService

Return a MeshService object for the named portal service.

GetService ( string Portal, string Account ) : MeshService

Return a MeshService object for the named portal service.

Method Details

GetService() public method

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

GetService() public abstract method

Return a MeshService object for the named portal service.
public abstract GetService ( string Portal, string Account ) : MeshService
Portal string Address of the portal service.
Account string Account name.
return MeshService

Property Details

MeshServiceClient public_oe property

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