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>