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