You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicvoidSetMaxAge(System.TimeSpandelta){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
127
127
publicvoidSetOmitVaryStar(boolomit){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
128
128
}
129
+
publicpartialclassHttpCachePolicyBase
130
+
{
131
+
publicHttpCachePolicyBase(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
132
+
publicvirtualSystem.Web.HttpCacheVaryByHeadersVaryByHeaders{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
133
+
publicvirtualvoidSetCacheability(System.Web.HttpCacheabilitycacheability){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
134
+
publicvirtualvoidSetCacheability(System.Web.HttpCacheabilitycacheability,stringfield){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
135
+
publicvirtualvoidSetExpires(System.DateTimedate){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
136
+
publicvirtualvoidSetLastModified(System.DateTimedate){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
137
+
publicvirtualvoidSetMaxAge(System.TimeSpandelta){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
138
+
publicvirtualvoidSetOmitVaryStar(boolomit){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
publicHttpCachePolicyWrapper(System.Web.HttpCachePolicyhttpCachePolicy){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
143
+
publicoverrideSystem.Web.HttpCacheVaryByHeadersVaryByHeaders{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
144
+
publicoverridevoidSetCacheability(System.Web.HttpCacheabilitycacheability){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
145
+
publicoverridevoidSetExpires(System.DateTimedate){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
146
+
publicoverridevoidSetLastModified(System.DateTimedate){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
147
+
publicoverridevoidSetMaxAge(System.TimeSpandelta){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
148
+
publicoverridevoidSetOmitVaryStar(boolomit){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
149
+
}
129
150
publicsealedpartialclassHttpCacheVaryByHeaders
130
151
{
131
152
internalHttpCacheVaryByHeaders(){}
@@ -535,7 +556,7 @@ public partial class HttpResponseBase
535
556
{
536
557
publicHttpResponseBase(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
537
558
publicvirtualboolBufferOutput{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
538
-
publicvirtualSystem.Web.HttpCachePolicyCache{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
559
+
publicvirtualSystem.Web.HttpCachePolicyBaseCache{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
539
560
publicvirtualstringCharset{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
540
561
publicvirtualSystem.Text.EncodingContentEncoding{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
541
562
publicvirtualstringContentType{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
@@ -579,7 +600,7 @@ public partial class HttpResponseWrapper : System.Web.HttpResponseBase
579
600
{
580
601
publicHttpResponseWrapper(System.Web.HttpResponseresponse){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
581
602
publicoverrideboolBufferOutput{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
582
-
publicoverrideSystem.Web.HttpCachePolicyCache{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
603
+
publicoverrideSystem.Web.HttpCachePolicyBaseCache{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
583
604
publicoverridestringCharset{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
584
605
publicoverrideSystem.Text.EncodingContentEncoding{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
585
606
publicoverridestringContentType{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}set{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
0 commit comments