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: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public IPEndPoint Translate(
	IPEndPoint endpoint
)

Parameters

endpoint
Type: System.NetIPEndPoint

Return Value

Type: IPEndPoint

Implements

IAddressTranslatorTranslate(IPEndPoint)
See Also