11 implementations of Close
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
263public void Close()
System\ServiceModel\ClientBase.cs (2)
522public void Close() 1293void ICommunicationObject.Close()
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1453public void Close()
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
289public void Close()
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
186public void Close()
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
190public void Close() 367public void Close()
System\ServiceModel\Security\WSTrustChannel.cs (1)
831public void Close()
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
465void ICommunicationObject.Close()
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
283void ICommunicationObject.Close()
31 references to Close
System.ServiceModel (26)
System\ServiceModel\Channels\DatagramAdapter.cs (4)
211channel.Close(); 533this.channel.Close(); 1137inner.Close(); 1367inner.Close();
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (3)
101innerOutputChannel.Close(); 106innerInputListener.Close(); 111innerInputChannel.Close();
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
321outputChannel.Close();
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1365this.channel.Close(); // read EOF, close our half of the session
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1590channel.Close();
System\ServiceModel\Channels\ReliableChannelListener.cs (3)
1391channel.Close(); 1483channel.Close(); 1517channel.Close();
System\ServiceModel\ClientBase.cs (1)
1295((ICommunicationObject)this.channel).Close();
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
45channel.Close();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1078((IClientChannel)metadataClient).Close();
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (1)
35this.binder.Listener.Close();
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
27this.binder.Channel.Close();
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (6)
57proxy.Close(); 155proxy.Close(); 197proxy.Close(); 229proxy.Close(); 269proxy.Close(); 311proxy.Close();
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
188_communicationObject.Close();
System\ServiceModel\Security\WSTrustChannel.cs (1)
833Channel.Close();
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AnnouncementClient.cs (2)
428((ICommunicationObject)this).Close(); 467InnerCommunicationObject.Close();
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
533((ICommunicationObject)this).Close();
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingChannelExtension.cs (2)
177this.channel.Close(); 217this.channel.Close();