Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close()
15 references to Close
System.ServiceModel (14)
System\ServiceModel\ChannelFactory.cs (1)
200this.Close();
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
44this.acceptor.Close();
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
856this.inputChannelAcceptor.Close();
System\ServiceModel\Channels\ServiceChannel.cs (1)
1804this.Close();
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
198host.Close();
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (2)
83serviceChannel.Close(); 135serviceChannelFactory.Close();
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
137serviceChannelFactory.Close();
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
81serviceChannel.Close(); 129serviceChannelFactory.Close();
System\ServiceModel\InstanceContext.cs (1)
375this.Close();
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
192this.communicationObject.Close(); 369this.communicationObject.Close();
System\ServiceModel\ServiceHost.cs (1)
533Close();
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableInstanceProvider.cs (1)
53durableInstance.Close();