2 implementations of EndCall
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1952void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 1984void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result)
1 reference to EndCall
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2130_callOnce.EndCall(_channel, result);