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