Re: Remoting, events and custom encryption channel sinks
- From: "Egmont Gabler" <info@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Oct 2005 12:14:12 +0200
My suggestion was wrong. After trying to call back the client through the
delegate call the "SecureClientChannelSink" is DEFINITELY called,
but there are some bugs in Stephen Toub's sample code at:
http://msdn,microsoft.com/msdnmag/issues/03/06/NETRemoting/default.aspx
(blocking locks()...)
Trying to solve the problem for my own....
Egmont
"Egmont Gabler" <info@xxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:uYVC3AY2FHA.2364@xxxxxxxxxxxxxxxxxxxxxxx
>I have written an API which defines a standardized interface for various
>types of hardware devices that can be used by .NET applications. The
>interface supports both local and remote device services in order to access
>e.g. a network printer as easily as a local printer.
> On command completion, the remote device services fire events
> asynchronously to the client application transporting customized result
> objects over the wire.
>
.
- Follow-Ups:
- Re: Remoting, events and custom encryption channel sinks
- From: Henry Willson
- Re: Remoting, events and custom encryption channel sinks
- References:
- Remoting, events and custom encryption channel sinks
- From: Egmont Gabler
- Remoting, events and custom encryption channel sinks
- Prev by Date: Re: Is ChannelServices.RegisterChannel() always required?
- Next by Date: HELP: Security exception
- Previous by thread: Remoting, events and custom encryption channel sinks
- Next by thread: Re: Remoting, events and custom encryption channel sinks
- Index(es):
Relevant Pages
|