Click or drag to resize

NatInfo Constructor

Creates an instance of the NatInfo class

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

Parameters

type  NatType
Type of the NAT (e.g. Full-cone NAT)
ipAddress  IPAddress
External IP Address
See Also