1 write to _sendTimeout
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
41
_sendTimeout
= sendTimeout;
2 references to _sendTimeout
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
206
await _sendAsyncHandler(attemptInfo,
_sendTimeout
, true);
311
await _sendAsyncHandler(attemptInfo,
_sendTimeout
, true);