Click or drag to resize

NatInfo Class

Provides information about NAT topology.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.NetworkNatInfo

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class NatInfo : EventArgs

The NatInfo type exposes the following members.

Constructors
  NameDescription
Public methodNatInfo
Creates an instance of the NatInfo class
Top
Properties
  NameDescription
Public propertyNatType
Gets or sets the type of the NAT (e.g. Full-Cone NAT).
Public propertyPublicAddress
Gets the public address.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also