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)
846if (UpdateTimeout(_sendTimeout, timeout))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
86string.Format(SRServiceModel.SocketAbortedSendTimedOut, thisPtr._sendTimeout), TransferOperation.Write); 172return ConvertTransferException(socketException, _sendTimeout, socketException,