Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
16 references to Close
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
138this.Close(this.DefaultCloseTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
270localUpgrade.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
847Close(CloseTimeout); 1312_factory.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
575_serviceChannel.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
215_channelFactory.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
288handler.Close(timeoutHelper.RemainingTime()); 415handler.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
584channel.Close(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
392serviceChannel.Close(ChannelHandler.CloseAfterFaultTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
253this.Channel.Close(ChannelHandler.CloseAfterFaultTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocol.cs (1)
65_communicationObject.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1062this.CommunicationObject.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
224_communicationObject.Close(timeout); 399_communicationObject.Close(timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
298_innerChannelFactory.Close(timeout);