ResponseCode.ResourceGone 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 requested resource is no longer available. (410)
public: int ResourceGone = 410;
public const int ResourceGone = 410;
val mutable ResourceGone : int
Public Const ResourceGone As Integer = 410