Sdílet prostřednictvím


KestrelConfigurationLoader.Endpoint Metoda

Definice

Přetížení

Endpoint(IPEndPoint)

Vytvořte vazbu k danému koncovému bodu IP adresy.

Endpoint(IPAddress, Int32)

Vytvořte vazbu na danou IP adresu a port.

Endpoint(IPEndPoint, Action<ListenOptions>)

Vytvořte vazbu na danou IP adresu a port.

Endpoint(String, Action<EndpointConfiguration>)

Určuje akci konfigurace, která se má spustit, když se koncový bod se zadaným názvem načte z konfigurace.

Endpoint(IPAddress, Int32, Action<ListenOptions>)

Vytvořte vazbu na danou IP adresu a port.

Endpoint(IPEndPoint)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu k danému koncovému bodu IP adresy.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPEndPoint ^ endPoint);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPEndPoint endPoint);
member this.Endpoint : System.Net.IPEndPoint -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (endPoint As IPEndPoint) As KestrelConfigurationLoader

Parametry

endPoint
IPEndPoint

Návraty

Platí pro

Endpoint(IPAddress, Int32)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu na danou IP adresu a port.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPAddress ^ address, int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPAddress address, int port);
member this.Endpoint : System.Net.IPAddress * int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (address As IPAddress, port As Integer) As KestrelConfigurationLoader

Parametry

address
IPAddress
port
Int32

Návraty

Platí pro

Endpoint(IPEndPoint, Action<ListenOptions>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu na danou IP adresu a port.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPEndPoint ^ endPoint, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPEndPoint endPoint, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.Endpoint : System.Net.IPEndPoint * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (endPoint As IPEndPoint, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Parametry

endPoint
IPEndPoint
configure
Action<ListenOptions>

Návraty

Platí pro

Endpoint(String, Action<EndpointConfiguration>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Určuje akci konfigurace, která se má spustit, když se koncový bod se zadaným názvem načte z konfigurace.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::String ^ name, Action<Microsoft::AspNetCore::Server::Kestrel::EndpointConfiguration ^> ^ configureOptions);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (string name, Action<Microsoft.AspNetCore.Server.Kestrel.EndpointConfiguration> configureOptions);
member this.Endpoint : string * Action<Microsoft.AspNetCore.Server.Kestrel.EndpointConfiguration> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (name As String, configureOptions As Action(Of EndpointConfiguration)) As KestrelConfigurationLoader

Parametry

name
String
configureOptions
Action<EndpointConfiguration>

Návraty

Platí pro

Endpoint(IPAddress, Int32, Action<ListenOptions>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu na danou IP adresu a port.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPAddress ^ address, int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPAddress address, int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.Endpoint : System.Net.IPAddress * int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (address As IPAddress, port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Parametry

address
IPAddress
port
Int32
configure
Action<ListenOptions>

Návraty

Platí pro