Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close()
5 references to Close
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
171
this.
Close
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1593
Close
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
570
_serviceChannel.
Close
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
219
_communicationObject.
Close
();
394
_communicationObject.
Close
();