| RuyiNetHttpStatusUPGRADE_REQUIRED Field |
[This is preliminary documentation and is subject to change.]
The server refuses to perform the request using the current protocol but
might be willing to do so after the client upgrades to a different protocol.
The server sends an Upgrade header in a 426 response to indicate the
required protocol(s).
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public const int UPGRADE_REQUIRED = 426
Field Value
Type:
Int32See Also