4 writes to _sendTimeout
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
51
_sendTimeout
= _receiveTimeout = TimeSpan.MaxValue;
853
_sendTimeout
= timeout;
858
_sendTimeout
= timeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
53
_sendTimeout
= _receiveTimeout = TimeSpan.MaxValue;
3 references to _sendTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
846
if (UpdateTimeout(
_sendTimeout
, timeout))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
86
string.Format(SRServiceModel.SocketAbortedSendTimedOut, thisPtr.
_sendTimeout
), TransferOperation.Write);
172
return ConvertTransferException(socketException,
_sendTimeout
, socketException,