Creates an instance of the
NatInfo class
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic NatInfo(
NatType type,
IPAddress ipAddress
)
Public Sub New (
type As NatType,
ipAddress As IPAddress
)
public:
NatInfo(
NatType type,
IPAddress^ ipAddress
)
new :
type : NatType *
ipAddress : IPAddress -> NatInfo
Parameters
- type NatType
- Type of the NAT (e.g. Full-cone NAT)
- ipAddress IPAddress
- External IP Address
See Also