ResponseCode.ExtensionRequired 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.
A required extension is missing in the Supported header of the request. (421)
public: int ExtensionRequired = 421;
public const int ExtensionRequired = 421;
val mutable ExtensionRequired : int
Public Const ExtensionRequired As Integer = 421