3 references to OnBeginClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
309return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
790return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1263return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state);