Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
14 references to Close
System.ServiceModel (13)
System\ServiceModel\ChannelFactoryRefCache.cs (1)
44
this.channelFactory.
Close
(timeout);
System\ServiceModel\Channels\CommunicationObject.cs (1)
265
this.
Close
(this.DefaultCloseTimeout);
System\ServiceModel\Channels\ServiceChannel.cs (1)
905
this.
Close
(this.CloseTimeout);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
832
serviceChannel.
Close
(ChannelHandler.CloseAfterFaultTimeout);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
402
this.Channel.
Close
(ChannelHandler.CloseAfterFaultTimeout);
System\ServiceModel\Security\SecurityProtocol.cs (1)
441
this.communicationObject.
Close
(timeout);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1114
this.CommunicationObject.
Close
(timeout);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
312
this.communicationObject.
Close
(timeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1119
this.serviceChannelFactory.
Close
(timeout);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
414
this.communicationObject.
Close
(timeout);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
197
this.communicationObject.
Close
(timeout);
374
this.communicationObject.
Close
(timeout);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
340
this.innerChannelFactory.
Close
(timeout);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
344
this.provider.
Close
(timeout);