| Subject: how to close a duplex channel |
| Group: microsoft.public.windows.developer.winfx.indigo |
| Date: 3/11/2008 9:00:01 AM |
| From: =?Utf-8?B?RW5lclBldGVy?= [Email Address Protection] |
Hi all, how do i close a duplex channel on the server side? Everything i have is an interface reference to the callback. This doesn't expose something like close or abort. Thanks in advance |
| Back |
| Subject: Re: how to close a duplex channel |
| Group: microsoft.public.windows.developer.winfx.indigo |
| Date: 3/11/2008 5:49:58 PM |
| From: "Tiago Halm" [Email Address Protection] |
I'd say its the client (the initiator) the only one able to close the channel. http://blogs.msdn.com/shycohen/archive/2005/02/11/370946.aspx Tiago Halm "EnerPeter" <EnerPeter@discussions.microsoft.com> wrote in message news:385B3E33-0F27-4D3D-AC58-51C1853A94B8@microsoft.com... > Hi all, > how do i close a duplex channel on the server side? Everything i have is > an > interface reference to the callback. This doesn't expose something like > close > or abort. > Thanks in advance > |
| Back |