EndpointOptionsExtensions.ConfigureEndpoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ConfigureEndpoints(ISiloBuilder, Int32, Int32, AddressFamily, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloBuilder, IPAddress, Int32, Int32, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloHostBuilder, Int32, Int32, AddressFamily, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloHostBuilder, IPAddress, Int32, Int32, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloBuilder, String, Int32, Int32, AddressFamily, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloHostBuilder, String, Int32, Int32, AddressFamily, Boolean) |
사일로에 대한 엔드포인트를 구성합니다. |
ConfigureEndpoints(ISiloBuilder, Int32, Int32, AddressFamily, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloBuilder builder, int siloPort, int gatewayPort, System.Net.Sockets.AddressFamily addressFamily = System.Net.Sockets.AddressFamily.InterNetwork, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloBuilder * int * int * System.Net.Sockets.AddressFamily * bool -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloBuilder, siloPort As Integer, gatewayPort As Integer, Optional addressFamily As AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork, Optional listenOnAnyHostAddress As Boolean = false) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
구성할 호스트 작성기입니다.
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- addressFamily
- AddressFamily
들을 가족에 주소를 지정합니다. 기본 IPv4 주소 패밀리입니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.
반환
적용 대상
ConfigureEndpoints(ISiloBuilder, IPAddress, Int32, Int32, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloBuilder builder, System.Net.IPAddress advertisedIP, int siloPort, int gatewayPort, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloBuilder * System.Net.IPAddress * int * int * bool -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloBuilder, advertisedIP As IPAddress, siloPort As Integer, gatewayPort As Integer, Optional listenOnAnyHostAddress As Boolean = false) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
구성할 호스트 작성기입니다.
- advertisedIP
- IPAddress
멤버 자격 테이블에 보급할 IP 주소
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.
반환
적용 대상
ConfigureEndpoints(ISiloHostBuilder, Int32, Int32, AddressFamily, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloHostBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloHostBuilder builder, int siloPort, int gatewayPort, System.Net.Sockets.AddressFamily addressFamily = System.Net.Sockets.AddressFamily.InterNetwork, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloHostBuilder * int * int * System.Net.Sockets.AddressFamily * bool -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloHostBuilder, siloPort As Integer, gatewayPort As Integer, Optional addressFamily As AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork, Optional listenOnAnyHostAddress As Boolean = false) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
구성할 호스트 작성기입니다.
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- addressFamily
- AddressFamily
들을 가족에 주소를 지정합니다. 기본 IPv4 주소 패밀리입니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.
반환
적용 대상
ConfigureEndpoints(ISiloHostBuilder, IPAddress, Int32, Int32, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloHostBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloHostBuilder builder, System.Net.IPAddress advertisedIP, int siloPort, int gatewayPort, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloHostBuilder * System.Net.IPAddress * int * int * bool -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloHostBuilder, advertisedIP As IPAddress, siloPort As Integer, gatewayPort As Integer, Optional listenOnAnyHostAddress As Boolean = false) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
구성할 호스트 작성기입니다.
- advertisedIP
- IPAddress
멤버 자격 테이블에 보급할 IP 주소
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.
반환
적용 대상
ConfigureEndpoints(ISiloBuilder, String, Int32, Int32, AddressFamily, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloBuilder builder, string hostname, int siloPort, int gatewayPort, System.Net.Sockets.AddressFamily addressFamily = System.Net.Sockets.AddressFamily.InterNetwork, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloBuilder * string * int * int * System.Net.Sockets.AddressFamily * bool -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloBuilder, hostname As String, siloPort As Integer, gatewayPort As Integer, Optional addressFamily As AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork, Optional listenOnAnyHostAddress As Boolean = false) As ISiloBuilder
매개 변수
- builder
- ISiloBuilder
구성할 호스트 작성기입니다.
- hostname
- String
사일로가 실행 중인 호스트 이름입니다.
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- addressFamily
- AddressFamily
들을 가족에 주소를 지정합니다. 기본 IPv4 주소 패밀리입니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.
반환
적용 대상
ConfigureEndpoints(ISiloHostBuilder, String, Int32, Int32, AddressFamily, Boolean)
- Source:
- EndpointOptionsExtensions.cs
사일로에 대한 엔드포인트를 구성합니다.
public static Orleans.Hosting.ISiloHostBuilder ConfigureEndpoints (this Orleans.Hosting.ISiloHostBuilder builder, string hostname, int siloPort, int gatewayPort, System.Net.Sockets.AddressFamily addressFamily = System.Net.Sockets.AddressFamily.InterNetwork, bool listenOnAnyHostAddress = false);
static member ConfigureEndpoints : Orleans.Hosting.ISiloHostBuilder * string * int * int * System.Net.Sockets.AddressFamily * bool -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function ConfigureEndpoints (builder As ISiloHostBuilder, hostname As String, siloPort As Integer, gatewayPort As Integer, Optional addressFamily As AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork, Optional listenOnAnyHostAddress As Boolean = false) As ISiloHostBuilder
매개 변수
- builder
- ISiloHostBuilder
구성할 호스트 작성기입니다.
- hostname
- String
사일로가 실행 중인 호스트 이름입니다.
- siloPort
- Int32
사일로가 사일로 간 통신에 사용하는 포트입니다.
- gatewayPort
- Int32
이 사일로가 클라이언트-사일로(게이트웨이) 통신에 사용하는 포트입니다. 게이트웨이 기능을 사용하지 않도록 설정하려면 0을 지정합니다.
- addressFamily
- AddressFamily
들을 가족에 주소를 지정합니다. 기본 IPv4 주소 패밀리입니다.
- listenOnAnyHostAddress
- Boolean
advertiseIP 대신 호스트의 모든 IP 주소에서 수신 대기하려면 true로 설정합니다.