ListenOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述 IPEndPoint Kestrel 應該系結至或開啟之已開啟通訊端的 、Unix 網域通訊端路徑、具名管道名稱或檔案描述元。
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
- 繼承
-
ListenOptions
- 實作
-
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation IConnectionBuilder IMultiplexedConnectionBuilder
屬性
ApplicationServices |
取得應用程式 IServiceProvider 。 |
ConnectionAdapters |
取得 , List<T> 允許攔截和轉換每個連線 Stream 。
由 |
DisableAltSvcHeader |
取得或設定值,控制回應標頭是否包含 「Alt-Svc」 標頭。 用戶端會使用 「Alt-Svc」 標頭,將 HTTP/1.1 和 HTTP/2 連線升級至 HTTP/3。 如果 Protocols HTTP/1.1 或已啟用 HTTP/2,且已啟用 HTTP/3,「Alt-Svc」 標頭會自動包含在回應中。 如果應用程式已經設定 「Alt-Svc」 標頭值,則不會變更。 |
EndPoint |
取得 EndPoint。 |
FileHandle |
取得通訊端的系結檔案描述元。 |
HandleType |
描述 IPEndPoint Kestrel 應該系結至或開啟之已開啟通訊端的 、Unix 網域通訊端路徑、具名管道名稱或檔案描述元。 |
IPEndPoint |
取得系結 IPEndPoint 。 |
KestrelServerOptions |
KestrelServerOptions取得接聽程式選項的 。 啟用連線中介軟體,以解析和使用應用程式在啟動期間註冊的服務。 |
NoDelay |
設定為 false 以啟用所有連線的 Nagle 演算法。 |
PipeName |
取得將管道名稱系結至名稱管道伺服器。 |
Protocols |
在此端點上啟用的通訊協定。 |
SocketPath |
取得 Unix 網域通訊端的系結絕對路徑。 |
Type |
所描述的介面類別型:、 IPEndPoint Unix 網域通訊端路徑或檔案描述元。 |
方法
Build() |
建置 ConnectionDelegate 。 |
Clone(IPAddress) |
用於複製到兩個 IPEndpoints |
ToString() |
描述 IPEndPoint Kestrel 應該系結至或開啟之已開啟通訊端的 、Unix 網域通訊端路徑、具名管道名稱或檔案描述元。 |
Use(Func<ConnectionDelegate,ConnectionDelegate>) |
將中介軟體委派新增至連接管線。
由 |
明確介面實作
IMultiplexedConnectionBuilder.Build() |
描述 IPEndPoint Kestrel 應該系結至或開啟之已開啟通訊端的 、Unix 網域通訊端路徑、具名管道名稱或檔案描述元。 |
IMultiplexedConnectionBuilder.Use(Func<MultiplexedConnectionDelegate,MultiplexedConnectionDelegate>) |
描述 IPEndPoint Kestrel 應該系結至或開啟之已開啟通訊端的 、Unix 網域通訊端路徑、具名管道名稱或檔案描述元。 |