OpenHome.Net.Core.NetworkAdapter.NetworkAdapter C# (CSharp) Method

NetworkAdapter() public method

Constructor. Not intended for external use.
Network adapters should be constructed via the SubnetList classes.
public NetworkAdapter ( IntPtr aHandle ) : System
aHandle System.IntPtr Handle to the underlying native network adapter.
return System
        public NetworkAdapter(IntPtr aHandle)
        {
            iHandle = aHandle;
            iCookies = new List<CookieWrapper>();
        }