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