Constructs/reconstructs the server-side receiver to process one or more messages. This class maintains all state in the INameValueStore so it may be destroyed between requests, or there may be multiple instances handling requests, provided that all instances have access to the underlying storage provided by the INameValueStore instance.
Syntax
Parameters
- privateKey
- The private key used for this server
- clientKey
- The public key of the client to allow
- storage
- The state storage used between requests
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also