2 implementations of EndCall
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1989void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2021void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result)
1 reference to EndCall
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2191_callOnce.EndCall(_channel, result);