This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+145
View File
@@ -0,0 +1,145 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.Net
{
/// <summary>Provides a container for a collection of <see cref="T:System.Net.CookieCollection" /> objects.</summary>
// Token: 0x02000263 RID: 611
[Token(Token = "0x2000263")]
[Serializable]
public class CookieContainer
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.CookieContainer" /> class.</summary>
// Token: 0x06000F3E RID: 3902 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F3E")]
[Address(RVA = "0x29DE000", Offset = "0x29DCE00", VA = "0x1829DE000")]
public CookieContainer()
{
}
// Token: 0x06000F3F RID: 3903 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F3F")]
[Address(RVA = "0x29DB1F0", Offset = "0x29D9FF0", VA = "0x1829DB1F0")]
private void AddRemoveDomain(string key, PathList value)
{
}
// Token: 0x06000F40 RID: 3904 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F40")]
[Address(RVA = "0x29DB300", Offset = "0x29DA100", VA = "0x1829DB300")]
internal void Add(Cookie cookie, bool throwOnError)
{
}
// Token: 0x06000F41 RID: 3905 RVA: 0x000076E0 File Offset: 0x000058E0
[Token(Token = "0x6000F41")]
[Address(RVA = "0x29DB9C0", Offset = "0x29DA7C0", VA = "0x1829DB9C0")]
private bool AgeCookies(string domain)
{
return default(bool);
}
// Token: 0x06000F42 RID: 3906 RVA: 0x000076F8 File Offset: 0x000058F8
[Token(Token = "0x6000F42")]
[Address(RVA = "0x29DD280", Offset = "0x29DC080", VA = "0x1829DD280")]
private int ExpireCollection(CookieCollection cc)
{
return 0;
}
// Token: 0x06000F43 RID: 3907 RVA: 0x00007710 File Offset: 0x00005910
[Token(Token = "0x6000F43")]
[Address(RVA = "0x29DDA20", Offset = "0x29DC820", VA = "0x1829DDA20")]
internal bool IsLocalDomain(string host)
{
return default(bool);
}
// Token: 0x06000F44 RID: 3908 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000F44")]
[Address(RVA = "0x29DCC80", Offset = "0x29DBA80", VA = "0x1829DCC80")]
internal CookieCollection CookieCutter(Uri uri, string headerName, string setCookieHeader, bool isThrow)
{
return null;
}
// Token: 0x06000F45 RID: 3909 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000F45")]
[Address(RVA = "0x29DD710", Offset = "0x29DC510", VA = "0x1829DD710")]
internal CookieCollection InternalGetCookies(Uri uri)
{
return null;
}
// Token: 0x06000F46 RID: 3910 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F46")]
[Address(RVA = "0x29DC670", Offset = "0x29DB470", VA = "0x1829DC670")]
private void BuildCookieCollectionFromDomainMatches(Uri uri, bool isSecure, int port, CookieCollection cookies, List<string> domainAttribute, bool matchOnlyPlainCookie)
{
}
// Token: 0x06000F47 RID: 3911 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F47")]
[Address(RVA = "0x29DDD30", Offset = "0x29DCB30", VA = "0x1829DDD30")]
private void MergeUpdateCollections(CookieCollection destination, CookieCollection source, int port, bool isSecure, bool isPlainOnly)
{
}
/// <summary>Gets the HTTP cookie header that contains the HTTP cookies that represent the <see cref="T:System.Net.Cookie" /> instances that are associated with a specific URI.</summary>
/// <param name="uri">The URI of the <see cref="T:System.Net.Cookie" /> instances desired.</param>
/// <returns>An HTTP cookie header, with strings representing <see cref="T:System.Net.Cookie" /> instances delimited by semicolons.</returns>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="uri" /> is <see langword="null" />.</exception>
// Token: 0x06000F48 RID: 3912 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000F48")]
[Address(RVA = "0x29DD3C0", Offset = "0x29DC1C0", VA = "0x1829DD3C0")]
public string GetCookieHeader(Uri uri)
{
return null;
}
// Token: 0x06000F49 RID: 3913 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000F49")]
[Address(RVA = "0x29DD480", Offset = "0x29DC280", VA = "0x1829DD480")]
internal string GetCookieHeader(Uri uri, out string optCookie2)
{
return null;
}
// Token: 0x0400090E RID: 2318
[Token(Token = "0x400090E")]
private static readonly HeaderVariantInfo[] HeaderInfo;
// Token: 0x0400090F RID: 2319
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400090F")]
private Hashtable m_domainTable;
// Token: 0x04000910 RID: 2320
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000910")]
private int m_maxCookieSize;
// Token: 0x04000911 RID: 2321
[FieldOffset(Offset = "0x1C")]
[Token(Token = "0x4000911")]
private int m_maxCookies;
// Token: 0x04000912 RID: 2322
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000912")]
private int m_maxCookiesPerDomain;
// Token: 0x04000913 RID: 2323
[FieldOffset(Offset = "0x24")]
[Token(Token = "0x4000913")]
private int m_count;
// Token: 0x04000914 RID: 2324
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000914")]
private string m_fqdnMyDomain;
}
}