1 write to responseChannel
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (1)
76
this.
responseChannel
= this.context.GetCallbackChannel<TResponseChannel>();
2 references to responseChannel
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (2)
74
if (this.
responseChannel
== null)
79
return this.
responseChannel
;