다음을 통해 공유


Utils.ToGatewayUri 메서드

정의

오버로드

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

입력 사일로 주소

반환

Uri

적용 대상

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 끝점

반환

Uri

적용 대상