| RuyiNetHttpStatusGONE Field |
[This is preliminary documentation and is subject to change.]
This response would be sent when the requested content has been permenantly
deleted from server, with no forwarding address. Clients are expected to
remove their caches and links to the resource. The HTTP specification
intends this status code to be used for "limited-time, promotional
services". APIs should not feel compelled to indicate resources that have
been deleted with this status code.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public const int GONE = 410
Field Value
Type:
Int32See Also