7 implementations of Close
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
136
public void
Close
()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
568
void ICommunicationObject.
Close
()
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
173
public void
Close
()
701
void ICommunicationObject.
Close
()
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1389
public void
Close
()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
217
public void
Close
()
392
public void
Close
()
3 references to Close
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
703
((ICommunicationObject)_channel).
Close
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1036
((IClientChannel)metadataClient).
Close
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (1)
25
_binder.Channel.
Close
();