Utils.ToGatewayUri Method

Definition

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

Uri

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

Returns

Uri

Applies to