C# 클래스 Goedel.Recrypt.Server.PublicRecryptService

The session class implements the Mesh session.
상속: Goedel.Recrypt.RecryptService
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
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