3 implementations of CloseTimeout
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1236
public System.TimeSpan
CloseTimeout
{ get { return default; } set { } }
1319
System.TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.
CloseTimeout
{ get { return default; } }
1358
System.TimeSpan System.ServiceModel.IDefaultCommunicationTimeouts.
CloseTimeout
{ get { return default; } }
2 references to CloseTimeout
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\Connection.cs (1)
90
CloseTimeout = defaultTimeouts.
CloseTimeout
;
System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
22
_closeTimeout = timeouts.
CloseTimeout
;