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