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