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
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SystemWebAdapters/Generated/Ref.Standard.cs
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,13 +139,37 @@ public sealed partial class HttpFileCollection : System.Collections.Specialized.
139
139
internalHttpFileCollection(){}
140
140
publicstring[]AllKeys{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
141
141
publicoverrideintCount{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
142
+
publicSystem.Web.HttpPostedFilethis[intindex]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
142
143
publicSystem.Web.HttpPostedFilethis[stringname]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
143
144
[System.ObsoleteAttribute("Retrieving Keys is not supported on .NET 6+. Please use the enumerator instead.")]
144
145
publicoverrideSystem.Collections.Specialized.NameObjectCollectionBase.KeysCollectionKeys{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
146
+
publicSystem.Web.HttpPostedFileGet(intindex){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
145
147
publicSystem.Web.HttpPostedFileGet(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
146
148
publicoverrideSystem.Collections.IEnumeratorGetEnumerator(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
147
149
publicSystem.Collections.Generic.IList<System.Web.HttpPostedFile>GetMultiple(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
protectedHttpFileCollectionBase(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
154
+
publicvirtualstring[]AllKeys{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
155
+
publicvirtualSystem.Web.HttpPostedFileBasethis[intindex]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
156
+
publicvirtualSystem.Web.HttpPostedFileBasethis[stringname]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
157
+
publicvirtualSystem.Web.HttpPostedFileBaseGet(intindex){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
158
+
publicvirtualSystem.Web.HttpPostedFileBaseGet(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
159
+
publicvirtualSystem.Collections.Generic.IList<System.Web.HttpPostedFileBase>GetMultiple(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
publicHttpFileCollectionWrapper(System.Web.HttpFileCollectionhttpFileCollection){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
164
+
publicoverridestring[]AllKeys{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
165
+
publicoverrideintCount{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
166
+
publicoverrideSystem.Web.HttpPostedFileBasethis[intindex]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
167
+
publicoverrideSystem.Web.HttpPostedFileBasethis[stringname]{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
168
+
publicoverrideSystem.Web.HttpPostedFileBaseGet(intindex){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
169
+
publicoverrideSystem.Web.HttpPostedFileBaseGet(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
170
+
publicoverrideSystem.Collections.IEnumeratorGetEnumerator(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
171
+
publicoverrideSystem.Collections.Generic.IList<System.Web.HttpPostedFileBase>GetMultiple(stringname){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
publicstringFileName{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
155
179
publicSystem.IO.StreamInputStream{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
156
180
}
181
+
publicabstractpartialclassHttpPostedFileBase
182
+
{
183
+
protectedHttpPostedFileBase(){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
184
+
publicvirtualintContentLength{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
185
+
publicvirtualstringContentType{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
186
+
publicvirtualstringFileName{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
187
+
publicvirtualSystem.IO.StreamInputStream{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
publicHttpPostedFileWrapper(System.Web.HttpPostedFilehttpPostedFile){thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}
192
+
publicoverrideintContentLength{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
193
+
publicoverridestringContentType{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
194
+
publicoverridestringFileName{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
195
+
publicoverrideSystem.IO.StreamInputStream{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
196
+
}
157
197
publicpartialclassHttpRequest
158
198
{
159
199
internalHttpRequest(){}
@@ -208,6 +248,7 @@ public abstract partial class HttpRequestBase
208
248
publicvirtualintContentLength{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
209
249
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");}}
210
250
publicvirtualSystem.Web.HttpCookieCollectionCookies{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
251
+
publicvirtualSystem.Web.HttpFileCollectionBaseFiles{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
211
252
publicvirtualSystem.Collections.Specialized.NameValueCollectionHeaders{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
212
253
publicvirtualstringHttpMethod{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
213
254
publicvirtualSystem.IO.StreamInputStream{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
@@ -245,6 +286,7 @@ public partial class HttpRequestWrapper : System.Web.HttpRequestBase
245
286
publicoverrideintContentLength{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
246
287
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");}}
247
288
publicoverrideSystem.Web.HttpCookieCollectionCookies{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
289
+
publicoverrideSystem.Web.HttpFileCollectionBaseFiles{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
248
290
publicoverrideSystem.Collections.Specialized.NameValueCollectionHeaders{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
249
291
publicoverridestringHttpMethod{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
250
292
publicoverrideSystem.IO.StreamInputStream{get{thrownewSystem.PlatformNotSupportedException("Only supported when running on ASP.NET Core or System.Web");}}
0 commit comments