Compartilhar via


KestrelConfigurationLoader.UnixSocketEndpoint Método

Definição

Sobrecargas

UnixSocketEndpoint(String)

Associar ao caminho do soquete de domínio do Unix fornecido.

UnixSocketEndpoint(String, Action<ListenOptions>)

Associar ao caminho do soquete de domínio do Unix fornecido.

UnixSocketEndpoint(String)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

Associar ao caminho do soquete de domínio do Unix fornecido.

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

Parâmetros

socketPath
String

Retornos

Aplica-se a

UnixSocketEndpoint(String, Action<ListenOptions>)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

Associar ao caminho do soquete de domínio do Unix fornecido.

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

Parâmetros

socketPath
String
configure
Action<ListenOptions>

Retornos

Aplica-se a