Search This Blog

Showing posts with label RPC. Show all posts
Showing posts with label RPC. Show all posts

Tuesday, June 21, 2016

Authenticated and Encrypted RPC

This example shows how to implement Remote Procedure Calls which are authenticated and encrypted individually for each user and connection session.
The example also shows how to retrieve the user name from within the called method.

Wednesday, July 29, 2015

RPC from Windows Phone 8.1 client to .NET service

Simple example showing how to call remote methods exposed by a .NET service application from Windows Phone 8.1 (Silverlight).