C# Class Goedel.Recrypt.Server.PublicRecryptService

The session class implements the Mesh session.
Inheritance: Goedel.Recrypt.RecryptService
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Hello ( HelloRequest Request ) : HelloResponse

Respond with the 'hello' version and encoding info.

PublicRecryptService ( PublicRecryptServiceProvider Host, JPCSession Session ) : System

The mesh service dispatcher.

Method Details

Hello() public method

Respond with the 'hello' version and encoding info.
public Hello ( HelloRequest Request ) : HelloResponse
Request Goedel.Recrypt.HelloRequest
return Goedel.Recrypt.HelloResponse

PublicRecryptService() public method

The mesh service dispatcher.
public PublicRecryptService ( PublicRecryptServiceProvider Host, JPCSession Session ) : System
Host PublicRecryptServiceProvider The service provider.
Session JPCSession The authentication context.
return System