IHttpUpgradeFeature.IsUpgradableRequest Property
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.
Indicates if the server can upgrade this request to an opaque, bidirectional stream.
public:
property bool IsUpgradableRequest { bool get(); };
public bool IsUpgradableRequest { get; }
member this.IsUpgradableRequest : bool
Public ReadOnly Property IsUpgradableRequest As Boolean