EndpointConfiguration.ListenOptions Property

Definition

Gets the endpoint ListenOptions.

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^ ListenOptions { Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions ListenOptions { get; }
member this.ListenOptions : Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions
Public ReadOnly Property ListenOptions As ListenOptions

Property Value

Applies to