Condividi tramite


KestrelConfigurationLoader.Endpoint Metodo

Definizione

Overload

Endpoint(IPEndPoint)

Eseguire l'associazione all'endpoint IP specificato.

Endpoint(IPAddress, Int32)

Eseguire il binding all'indirizzo IP e alla porta specificati.

Endpoint(IPEndPoint, Action<ListenOptions>)

Eseguire il binding all'indirizzo IP e alla porta specificati.

Endpoint(String, Action<EndpointConfiguration>)

Specifica un'azione di configurazione da eseguire quando un endpoint con il nome specificato viene caricato dalla configurazione.

Endpoint(IPAddress, Int32, Action<ListenOptions>)

Eseguire il binding all'indirizzo IP e alla porta specificati.

Endpoint(IPEndPoint)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

Eseguire l'associazione all'endpoint IP specificato.

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

Parametri

endPoint
IPEndPoint

Restituisce

Si applica a

Endpoint(IPAddress, Int32)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

Eseguire il binding all'indirizzo IP e alla porta specificati.

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

Parametri

address
IPAddress
port
Int32

Restituisce

Si applica a

Endpoint(IPEndPoint, Action<ListenOptions>)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

Eseguire il binding all'indirizzo IP e alla porta specificati.

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

Parametri

endPoint
IPEndPoint
configure
Action<ListenOptions>

Restituisce

Si applica a

Endpoint(String, Action<EndpointConfiguration>)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

Specifica un'azione di configurazione da eseguire quando un endpoint con il nome specificato viene caricato dalla configurazione.

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

Parametri

name
String
configureOptions
Action<EndpointConfiguration>

Restituisce

Si applica a

Endpoint(IPAddress, Int32, Action<ListenOptions>)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

Eseguire il binding all'indirizzo IP e alla porta specificati.

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

Parametri

address
IPAddress
port
Int32
configure
Action<ListenOptions>

Restituisce

Si applica a