SiteConfigData.Http20ProxyFlag 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.
Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only.
public int? Http20ProxyFlag { get; set; }
member this.Http20ProxyFlag : Nullable<int> with get, set
Public Property Http20ProxyFlag As Nullable(Of Integer)