C# Класс Goedel.Recrypt.Server.PublicRecryptService

The session class implements the Mesh session.
Наследование: Goedel.Recrypt.RecryptService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Hello ( HelloRequest Request ) : HelloResponse

Respond with the 'hello' version and encoding info.

PublicRecryptService ( PublicRecryptServiceProvider Host, JPCSession Session ) : System

The mesh service dispatcher.

Описание методов

Hello() публичный Метод

Respond with the 'hello' version and encoding info.
public Hello ( HelloRequest Request ) : HelloResponse
Request Goedel.Recrypt.HelloRequest
Результат Goedel.Recrypt.HelloResponse

PublicRecryptService() публичный Метод

The mesh service dispatcher.
public PublicRecryptService ( PublicRecryptServiceProvider Host, JPCSession Session ) : System
Host PublicRecryptServiceProvider The service provider.
Session JPCSession The authentication context.
Результат System