Provides information about NAT topology.
Inheritance HierarchySystemObject
SystemEventArgs
Ozeki.NetworkNatInfo
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic class NatInfo : EventArgs
Public Class NatInfo
Inherits EventArgs
public ref class NatInfo : public EventArgs
type NatInfo =
class
inherit EventArgs
end
The NatInfo type exposes the following members.
Constructors
| Name | Description |
---|
 | NatInfo |
Creates an instance of the NatInfo class
|
Top
Properties
| Name | Description |
---|
 | NatType |
Gets or sets the type of the NAT (e.g. Full-Cone NAT).
|
 | PublicAddress |
Gets the public address.
|
Top
Methods
See Also