2 implementations of EndCall
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2191void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2223void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result)
1 reference to EndCall
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2369this.callOnce.EndCall(this.channel, result);