I have a wsDualHttpBinding WCF , i get the current CallbackChannel by calling:
OperationContext.Current.GetCallbackChannel<IInterfaceCallBack>();
it works fine, but i was wondering if there is any way to get all the callbackchannels currently avaiable.
thanks in advance
You may have to cache all the callback channel by yourselves.