KestrelConfigurationLoader.UnixSocketEndpoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
UnixSocketEndpoint(String) |
系結至指定的 Unix 網域通訊端路徑。 |
UnixSocketEndpoint(String, Action<ListenOptions>) |
系結至指定的 Unix 網域通訊端路徑。 |
UnixSocketEndpoint(String)
系結至指定的 Unix 網域通訊端路徑。
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ UnixSocketEndpoint(System::String ^ socketPath);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader UnixSocketEndpoint (string socketPath);
member this.UnixSocketEndpoint : string -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function UnixSocketEndpoint (socketPath As String) As KestrelConfigurationLoader
參數
- socketPath
- String
傳回
適用於
UnixSocketEndpoint(String, Action<ListenOptions>)
系結至指定的 Unix 網域通訊端路徑。
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ UnixSocketEndpoint(System::String ^ socketPath, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader UnixSocketEndpoint (string socketPath, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.UnixSocketEndpoint : string * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function UnixSocketEndpoint (socketPath As String, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
參數
- socketPath
- String
- configure
- Action<ListenOptions>