C# Class Goedel.Mesh.MeshServiceProvider

Client class for MeshService.
Inheritance: Goedel.Protocol.JPCProvider
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Service MeshService

Public Methods

Method Description
Dispatch ( JPCSession Session, Goedel JSONReader ) : Goedel.Protocol.JSONObject

Dispatch object request in specified authentication context.

Method Details

Dispatch() public method

Dispatch object request in specified authentication context.
public Dispatch ( JPCSession Session, Goedel JSONReader ) : Goedel.Protocol.JSONObject
Session JPCSession The client context.
JSONReader Goedel Reader for data object.
return Goedel.Protocol.JSONObject

Property Details

Service public property

Interface object to dispatch requests to.
public MeshService,Goedel.Mesh Service
return MeshService