Click or drag to resize
NatInfo Constructor
Creates an instance of the NatInfo class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public NatInfo(
	NatType type,
	IPAddress ipAddress
)

Parameters

type
Type: Ozeki.NetworkNatType
Type of the NAT (e.g. Full-cone NAT)
ipAddress
Type: System.NetIPAddress
External IP Address
See Also