ResponseCode.RequestTimeout Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request could not be fullfilled in a suitable amount of time. (408)
public: int RequestTimeout = 408;
public const int RequestTimeout = 408;
val mutable RequestTimeout : int
Public Const RequestTimeout As Integer = 408