Implemented interface member:
method
BeginClose
System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
3 references to BeginClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
580
return _serviceChannel.
BeginClose
(callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
229
return _communicationObject.
BeginClose
(callback, state);
404
return _communicationObject.
BeginClose
(callback, state);