Click or drag to resize

EC2MultiRegionTranslatorTranslate Method

Addresses in the same EC2 region are translated to private IPs and addresses in different EC2 regions (than the client) are unchanged.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
public IPEndPoint Translate(
	IPEndPoint endpoint
)

Parameters

endpoint
Type: System.NetIPEndPoint

Return Value

Type: IPEndPoint

Implements

IAddressTranslatorTranslate(IPEndPoint)
See Also