Utils.ToGatewayUri Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToGatewayUri(SiloAddress) |
Represent a silo address in the gateway URI format. |
ToGatewayUri(IPEndPoint) |
Represent an IP end point in the gateway URI format.. |
ToGatewayUri(SiloAddress)
- Source:
- Utils.cs
Represent a silo address in the gateway URI format.
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
Parameters
- address
- SiloAddress
The input silo address
Returns
Applies to
ToGatewayUri(IPEndPoint)
- Source:
- Utils.cs
Represent an IP end point in the gateway URI format..
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
Parameters
- ep
- IPEndPoint
The input IP end point