<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Net.CookieCollection

public int Count { get; }

public bool IsReadOnly { get; }

public bool IsSynchronized { get; }

public Cookie this[int index] { get; }

public Cookie this[string name] { get; }

public object SyncRoot { get; }

public void Add(Cookie cookie)

public void Add(CookieCollection cookies)

public void CopyTo(Array array, int index)

public void CopyTo(Cookie[] array, int index)