GetExternalIP Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Retrieve the extern ip using UPnP

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public IPAddress GetExternalIP()
Visual Basic
Public Function GetExternalIP As IPAddress
Visual C++
public:
IPAddress^ GetExternalIP()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetUPnP.GetExternalIP"]

See Also