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)
138
this.
Close
(this.DefaultCloseTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
270
localUpgrade.
Close
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
847
Close
(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)
288
handler.
Close
(timeoutHelper.RemainingTime());
415
handler.
Close
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
584
channel.
Close
(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
392
serviceChannel.
Close
(ChannelHandler.CloseAfterFaultTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
253
this.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)
1062
this.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);