EndpointConfiguration.ListenOptions 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.
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