ListenOptions Class
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.
Describes either an IPEndPoint, Unix domain socket path, named pipe name, or a file descriptor for an already open socket that Kestrel should bind to or open.
public ref class ListenOptions : Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation
public ref class ListenOptions : Microsoft::AspNetCore::Connections::IConnectionBuilder, Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation
public ref class ListenOptions : Microsoft::AspNetCore::Connections::IConnectionBuilder
public class ListenOptions : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
public class ListenOptions : Microsoft.AspNetCore.Connections.IConnectionBuilder, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
public class ListenOptions : Microsoft.AspNetCore.Connections.IConnectionBuilder
public class ListenOptions : Microsoft.AspNetCore.Connections.IConnectionBuilder, Microsoft.AspNetCore.Connections.IMultiplexedConnectionBuilder
type ListenOptions = class
interface IEndPointInformation
type ListenOptions = class
interface IEndPointInformation
interface IConnectionBuilder
type ListenOptions = class
interface IConnectionBuilder
type ListenOptions = class
interface IConnectionBuilder
interface IMultiplexedConnectionBuilder
Public Class ListenOptions
Implements IEndPointInformation
Public Class ListenOptions
Implements IConnectionBuilder, IEndPointInformation
Public Class ListenOptions
Implements IConnectionBuilder
Public Class ListenOptions
Implements IConnectionBuilder, IMultiplexedConnectionBuilder
- Inheritance
-
ListenOptions
- Implements
-
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation IConnectionBuilder IMultiplexedConnectionBuilder
Properties
ApplicationServices |
Gets the application IServiceProvider. |
ConnectionAdapters |
Gets the List<T> that allows each connection Stream
to be intercepted and transformed.
Configured by the |
DisableAltSvcHeader |
Gets or sets a value that controls whether the "Alt-Svc" header is included with response headers. The "Alt-Svc" header is used by clients to upgrade HTTP/1.1 and HTTP/2 connections to HTTP/3. The "Alt-Svc" header is automatically included with a response if Protocols has either HTTP/1.1 or HTTP/2 enabled, and HTTP/3 is enabled. If an "Alt-Svc" header value has already been set by the app then it isn't changed. |
EndPoint |
Gets the EndPoint. |
FileHandle |
Gets the bound file descriptor to a socket. |
HandleType | |
IPEndPoint |
Gets the bound IPEndPoint. |
KestrelServerOptions |
Gets the KestrelServerOptions for the listener options. Enables connection middleware to resolve and use services registered by the application during startup. |
NoDelay |
Set to false to enable Nagle's algorithm for all connections. |
PipeName |
Gets the bound pipe name to a name pipe server. |
Protocols |
The protocols enabled on this endpoint. |
SocketPath |
Gets the bound absolute path to a Unix domain socket. |
Type |
The type of interface being described: either an IPEndPoint, Unix domain socket path, or a file descriptor. |
Methods
Build() |
Builds the ConnectionDelegate. |
Clone(IPAddress) |
used for cloning to two IPEndpoints |
ToString() | Returns a string that represents the current object. |
Use(Func<ConnectionDelegate,ConnectionDelegate>) |
Adds a middleware delegate to the connection pipeline.
Configured by the |
Explicit Interface Implementations
IMultiplexedConnectionBuilder.Build() | |
IMultiplexedConnectionBuilder.Use(Func<MultiplexedConnectionDelegate,MultiplexedConnectionDelegate>) |