Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
19 references to Close
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
553_communicationObject.Close(timeout);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
299localUpgrade.Close(timeoutHelper.RemainingTime());
System.ServiceModel.Primitives (13)
System\ServiceModel\ChannelFactoryRefCache.cs (1)
42_channelFactory.Close(timeout);
System\ServiceModel\Channels\CommunicationObject.cs (1)
214Close(DefaultCloseTimeout);
System\ServiceModel\Channels\ServiceChannel.cs (1)
848Close(CloseTimeout);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
585_serviceChannel.Close(timeout);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
269handler.Close(timeoutHelper.RemainingTime()); 396handler.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
576channel.Close(timeoutHelper.RemainingTime());
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
381serviceChannel.Close(ChannelHandler.CloseAfterFaultTimeout);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
243Channel.Close(ChannelHandler.CloseAfterFaultTimeout);
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
61rpc.Channel.Close(rpc.TimeoutHelper.RemainingTime());
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
773_serviceChannelFactory.Close(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
207CommunicationObject.Close(timeout); 364CommunicationObject.Close(timeout);
System.ServiceModel.Primitives.Tests (4)
Channels\CommunicationObjectTest.cs (4)
30mco.Close(timeout); 122mco.Close(timeout); 185mco.Close(timeout); 345mco.Close(timeout);