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

CookieWrapper() private method

private CookieWrapper ( string aCookie, IntPtr aCString ) : System
aCookie string
aCString System.IntPtr
return System
            internal CookieWrapper(string aCookie, IntPtr aCString)
            {
                AsString = aCookie;
                AsCString = aCString;
            }
            public void Dispose()
NetworkAdapter.CookieWrapper