Utils.ToGatewayUri 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ToGatewayUri(SiloAddress) |
게이트웨이 URI 형식으로 사일로 주소를 나타냅니다. |
ToGatewayUri(IPEndPoint) |
게이트웨이 URI 형식의 IP 엔드포인트를 나타냅니다. |
ToGatewayUri(SiloAddress)
- Source:
- Utils.cs
게이트웨이 URI 형식으로 사일로 주소를 나타냅니다.
public static Uri ToGatewayUri (this Orleans.Runtime.SiloAddress address);
static member ToGatewayUri : Orleans.Runtime.SiloAddress -> Uri
<Extension()>
Public Function ToGatewayUri (address As SiloAddress) As Uri
매개 변수
- address
- SiloAddress
입력 사일로 주소
반환
적용 대상
ToGatewayUri(IPEndPoint)
- Source:
- Utils.cs
게이트웨이 URI 형식의 IP 엔드포인트를 나타냅니다.
public static Uri ToGatewayUri (this System.Net.IPEndPoint ep);
static member ToGatewayUri : System.Net.IPEndPoint -> Uri
<Extension()>
Public Function ToGatewayUri (ep As IPEndPoint) As Uri
매개 변수
- ep
- IPEndPoint
입력 IP 끝점