9 implementations of Close
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
291void ICommunicationObject.Close(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
551void ICommunicationObject.Close(TimeSpan timeout)
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
217public void Close(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
583void ICommunicationObject.Close(TimeSpan timeout)
System\ServiceModel\ClientBase.cs (2)
488void ICommunicationObject.Close(TimeSpan timeout) 1083void ICommunicationObject.Close(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1413public void Close(TimeSpan timeout)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
205public void Close(TimeSpan timeout) 362public void Close(TimeSpan timeout)
23 references to Close
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (1)
67this.innerChannel.Close(timeout);
InterceptingChannelFactory.cs (1)
70this.innerChannelFactory.Close(timeoutHelper.RemainingTime());
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
293RequestChannel.Close(timeout);
System.ServiceModel.Primitives (19)
System\ServiceModel\ChannelFactory.cs (1)
315InnerFactory.Close(timeout);
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
184channel.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\CommunicationObject.cs (1)
1067return TaskHelpers.CallActionAsync(other.Close, timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
68InnerChannelFactory.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
258channel.Close(timeoutHelper.RemainingTime()); 456InnerChannelFactory.Close(timeoutHelper.RemainingTime());
System\ServiceModel\ClientBase.cs (3)
338((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 500InnerChannel.Close(timeoutHelper.RemainingTime()); 1085((ICommunicationObject)_channel).Close(timeout);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
390_listener.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
190_channel.Close(timeout); 1422_innerChannel.Close(timeout);
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
59_channel.Close(timeout);
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
185channel.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
61_channel.Close(timeout);
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
59_channel.Close(timeout);
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
57_channel.Close(timeout);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
488rstChannel.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Security\SecurityUtils.cs (1)
613co.Close(timeout);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
101_innerFactory.Close(timeout);