| RuyiNetHttpStatusPERMANENT_REDIRECT Field |
[This is preliminary documentation and is subject to change.]
This means that the resource is now permanently located at another URI,
specified by the Location: HTTP Response header. This has the same semantics
as the 301 Moved Permanently HTTP response code, with the exception that the
user agent must not change the HTTP method used: If a POST was used in the
first request, a POST must be used in the second request.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public const int PERMANENT_REDIRECT = 308
Field Value
Type:
Int32See Also