KestrelConfigurationLoader.Endpoint Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Endpoint(IPEndPoint) |
Verilen IP uç noktasına bağlayın. |
Endpoint(IPAddress, Int32) |
Verilen IP adresine ve bağlantı noktasına bağlayın. |
Endpoint(IPEndPoint, Action<ListenOptions>) |
Verilen IP adresine ve bağlantı noktasına bağlayın. |
Endpoint(String, Action<EndpointConfiguration>) |
Verilen ada sahip bir uç nokta yapılandırmadan yüklendiğinde çalıştırılacak yapılandırma Eylemini belirtir. |
Endpoint(IPAddress, Int32, Action<ListenOptions>) |
Verilen IP adresine ve bağlantı noktasına bağlayın. |
Endpoint(IPEndPoint)
Verilen IP uç noktasına bağlayın.
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
Parametreler
- endPoint
- IPEndPoint
Döndürülenler
Şunlara uygulanır
Endpoint(IPAddress, Int32)
Verilen IP adresine ve bağlantı noktasına bağlayın.
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
Parametreler
- address
- IPAddress
- port
- Int32
Döndürülenler
Şunlara uygulanır
Endpoint(IPEndPoint, Action<ListenOptions>)
Verilen IP adresine ve bağlantı noktasına bağlayın.
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
Parametreler
- endPoint
- IPEndPoint
- configure
- Action<ListenOptions>
Döndürülenler
Şunlara uygulanır
Endpoint(String, Action<EndpointConfiguration>)
Verilen ada sahip bir uç nokta yapılandırmadan yüklendiğinde çalıştırılacak yapılandırma Eylemini belirtir.
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
Parametreler
- name
- String
- configureOptions
- Action<EndpointConfiguration>
Döndürülenler
Şunlara uygulanır
Endpoint(IPAddress, Int32, Action<ListenOptions>)
Verilen IP adresine ve bağlantı noktasına bağlayın.
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
Parametreler
- address
- IPAddress
- port
- Int32
- configure
- Action<ListenOptions>