ResponseAlternateProtocolUsage Property |
Version 130.1.90
The reason why Chrome uses a specific transport protocol for HTTP semantics.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public AlternateProtocolUsage? AlternateProtocolUsage { get; set; }
public:
property Nullable<AlternateProtocolUsage> AlternateProtocolUsage {
Nullable<AlternateProtocolUsage> get ();
void set (Nullable<AlternateProtocolUsage> value);
}
Property Value
NullableAlternateProtocolUsageSee Also