Implemented interface member:
method
Close
System.ServiceModel.Channels.IConnection.Close(System.TimeSpan, System.Boolean)
1 override of Close
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (1)
35public override void Close(TimeSpan timeout, bool asyncAndLinger)
1 reference to Close
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (1)
39base.Close(timeoutHelper.RemainingTime(), asyncAndLinger);