共用方式為


KestrelConfigurationLoader.UnixSocketEndpoint 方法

定義

多載

UnixSocketEndpoint(String)

系結至指定的 Unix 網域通訊端路徑。

UnixSocketEndpoint(String, Action<ListenOptions>)

系結至指定的 Unix 網域通訊端路徑。

UnixSocketEndpoint(String)

來源:
KestrelConfigurationLoader.cs
來源:
KestrelConfigurationLoader.cs
來源:
KestrelConfigurationLoader.cs

系結至指定的 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>)

來源:
KestrelConfigurationLoader.cs
來源:
KestrelConfigurationLoader.cs
來源:
KestrelConfigurationLoader.cs

系結至指定的 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>

傳回

適用於