Condividi tramite


Utils.ToGatewayUri Metodo

Definizione

Overload

ToGatewayUri(SiloAddress)

Rappresentare un indirizzo silo nel formato URI del gateway.

ToGatewayUri(IPEndPoint)

Rappresentare un punto finale IP nel formato URI del gateway.

ToGatewayUri(SiloAddress)

Origine:
Utils.cs

Rappresentare un indirizzo silo nel formato URI del gateway.

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

Parametri

address
SiloAddress

Indirizzo del silo di input

Restituisce

Uri

Si applica a

ToGatewayUri(IPEndPoint)

Origine:
Utils.cs

Rappresentare un punto finale IP nel formato URI del gateway.

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

Parametri

ep
IPEndPoint

Punto di fine IP di input

Restituisce

Uri

Si applica a