1 write to responseChannel
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ResolveDuplexAsyncResult.cs (1)
61
this.
responseChannel
= this.context.GetCallbackChannel<TResponseChannel>();
2 references to responseChannel
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\ResolveDuplexAsyncResult.cs (2)
59
if (this.
responseChannel
== null)
64
return this.
responseChannel
;