4 implementations of CloseAsync
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\Connection.cs (2)
40
public virtual ValueTask
CloseAsync
(TimeSpan timeout) => Connection.CloseAsync(timeout);
320
public async ValueTask
CloseAsync
(TimeSpan timeout)
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
195
public async ValueTask
CloseAsync
(TimeSpan timeout)
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
312
public async ValueTask
CloseAsync
(TimeSpan timeout)
4 references to CloseAsync
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\Connection.cs (2)
40
public virtual ValueTask CloseAsync(TimeSpan timeout) => Connection.
CloseAsync
(timeout);
182
Connection.
CloseAsync
(CloseTimeout).GetAwaiter().GetResult();
System\ServiceModel\Channels\ConnectionPool.cs (1)
639
await item.
CloseAsync
(timeout);
System\ServiceModel\Channels\ConnectionUtilities.cs (1)
15
await connection.
CloseAsync
(timeout);