GetMacAddress Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Returns the physical (MAC) address for the first usable network interface

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

Syntax

C#
public static PhysicalAddress GetMacAddress()
Visual Basic
Public Shared Function GetMacAddress As PhysicalAddress
Visual C++
public:
static PhysicalAddress^ GetMacAddress()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetUtility.GetMacAddress"]

See Also