ListenOptions.Protocols Właściwość

Definicja

Protokoły włączone w tym punkcie końcowym.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::HttpProtocols Protocols { Microsoft::AspNetCore::Server::Kestrel::Core::HttpProtocols get(); void set(Microsoft::AspNetCore::Server::Kestrel::Core::HttpProtocols value); };
public Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols Protocols { get; set; }
member this.Protocols : Microsoft.AspNetCore.Server.Kestrel.Core.HttpProtocols with get, set
Public Property Protocols As HttpProtocols

Wartość właściwości

Uwagi

Wartość domyślna to HTTP/1.x, HTTP/2 i HTTP/3.

Dotyczy