6 implementations of Close
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
381
public void
Close
(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
291
void ICommunicationObject.
Close
(TimeSpan timeout)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
533
void ICommunicationObject.
Close
(TimeSpan timeout)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
500
void System.ServiceModel.ICommunicationObject.
Close
(System.TimeSpan timeout) { }
558
void System.ServiceModel.ICommunicationObject.
Close
(System.TimeSpan timeout) { }
1394
public void
Close
(System.TimeSpan timeout) { }
4 references to Close
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (1)
67
this.innerChannel.
Close
(timeout);
InterceptingChannelFactory.cs (1)
70
this.innerChannelFactory.
Close
(timeoutHelper.RemainingTime());
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
293
RequestChannel.
Close
(timeout);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
101
_innerFactory.
Close
(timeout);