1 instantiation of CloseDuplexSessionChannelAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3732return new CloseDuplexSessionChannelAsyncResult(binder, channel, timeout, callback,
4 references to CloseDuplexSessionChannelAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3877CloseDuplexSessionChannelAsyncResult.End(result); 4213AsyncResult.End<CloseDuplexSessionChannelAsyncResult>(result); 4232CloseDuplexSessionChannelAsyncResult closeResult = 4233(CloseDuplexSessionChannelAsyncResult)result.AsyncState;