Utils.ToGatewayUri 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ToGatewayUri(SiloAddress) |
以閘道 URI 格式表示定址接收器位址。 |
ToGatewayUri(IPEndPoint) |
以閘道 URI 格式表示 IP 端點。 |
ToGatewayUri(SiloAddress)
- 來源:
- 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)
- 來源:
- 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 端點