Implemented interface member:
method
Close
System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
8 references to Close
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (2)
231CommunicationObject.Close(timeout); 383CommunicationObject.Close(timeout);
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
535_communicationObject.Close(timeout);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
299localUpgrade.Close(timeoutHelper.RemainingTime());
System.ServiceModel.Primitives.Tests (4)
Channels\CommunicationObjectTest.cs (4)
30mco.Close(timeout); 122mco.Close(timeout); 185mco.Close(timeout); 345mco.Close(timeout);