New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / HttpCapabilitiesBase.cs
1 //
2 // System.Web.Configuration.HttpCapabilitiesBase
3 //
4 // Authors:
5 //      Chris Toshok (toshok@ximian.com)
6 //
7 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
8 //
9 // Permission is hereby granted, free of charge, to any person obtaining
10 // a copy of this software and associated documentation files (the
11 // "Software"), to deal in the Software without restriction, including
12 // without limitation the rights to use, copy, modify, merge, publish,
13 // distribute, sublicense, and/or sell copies of the Software, and to
14 // permit persons to whom the Software is furnished to do so, subject to
15 // the following conditions:
16 // 
17 // The above copyright notice and this permission notice shall be
18 // included in all copies or substantial portions of the Software.
19 // 
20 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 //
28
29 #if NET_2_0
30
31 using System.Collections;
32 using System.Security.Permissions;
33 using System.IO;
34 using System.Web.UI;
35
36 namespace System.Web.Configuration
37 {
38         public partial class HttpCapabilitiesBase: IFilterResolutionService
39         {
40                 int IFilterResolutionService.CompareFilters (string filter1, string filter2)
41                 {
42                         throw new NotImplementedException ();
43                 }
44
45                 bool IFilterResolutionService.EvaluateFilter (string filterName)
46                 {
47                         throw new NotImplementedException ();
48                 }
49                 
50                 public void AddBrowser (string browserName)
51                 {
52                 }
53
54                 public HtmlTextWriter CreateHtmlTextWriter (TextWriter w)
55                 {
56                         throw new NotImplementedException ();
57                 }
58
59                 public void DisableOptimizedCacheKey ()
60                 {
61                 }
62
63                 public HttpCapabilitiesBase GetConfigCapabilities ()
64                 {
65                         throw new NotImplementedException ();
66                 }
67
68                 public IDictionary Adapters {
69                         get { throw new NotImplementedException (); }
70                 }
71
72                 public virtual bool CanCombineFormsInDeck {
73                         get { throw new NotImplementedException (); }
74                 }
75
76                 public virtual bool CanInitiateVoiceCall {
77                         get { throw new NotImplementedException (); }
78                 }
79
80                 public virtual bool CanRenderAfterInputOrSelectElement {
81                         get { throw new NotImplementedException (); }
82                 }
83
84                 public virtual bool CanRenderEmptySelects {
85                         get { throw new NotImplementedException (); }
86                 }
87
88                 public virtual bool CanRenderInputAndSelectElementsTogether {
89                         get { throw new NotImplementedException (); }
90                 }
91
92                 public virtual bool CanRenderMixedSelects {
93                         get { throw new NotImplementedException (); }
94                 }
95
96                 public virtual bool CanRenderOneventAndPrevElementsTogether {
97                         get { throw new NotImplementedException (); }
98                 }
99
100                 public virtual bool CanRenderPostBackCards {
101                         get { throw new NotImplementedException (); }
102                 }
103
104                 public virtual bool CanRenderSetvarZeroWithMultiSelectionList {
105                         get { throw new NotImplementedException (); }
106                 }
107
108                 public virtual bool CanSendMail {
109                         get { throw new NotImplementedException (); }
110                 }
111
112                 public IDictionary Capabilities {
113                         get { throw new NotImplementedException (); }
114                         set { }
115                 }
116
117                 public virtual int DefaultSubmitButtonLimit {
118                         get { throw new NotImplementedException (); }
119                 }
120
121                 public virtual int GatewayMajorVersion {
122                         get { throw new NotImplementedException (); }
123                 }
124
125                 public virtual Double GatewayMinorVersion {
126                         get { throw new NotImplementedException (); }
127                 }
128
129                 public virtual string GatewayVersion {
130                         get { throw new NotImplementedException (); }
131                 }
132
133                 public virtual bool HasBackButton {
134                         get { throw new NotImplementedException (); }
135                 }
136
137                 public virtual bool HidesRightAlignedMultiselectScrollbars {
138                         get { throw new NotImplementedException (); }
139                 }
140
141                 public string HtmlTextWriter {
142                         get { throw new NotImplementedException (); }
143                         set { }
144                 }
145
146                 public string Id {
147                         get { throw new NotImplementedException (); }
148                 }
149
150                 public virtual string InputType {
151                         get { throw new NotImplementedException (); }
152                 }
153
154                 public virtual bool IsColor {
155                         get { throw new NotImplementedException (); }
156                 }
157
158                 public virtual bool IsMobileDevice {
159                         get { throw new NotImplementedException (); }
160                 }
161
162                 public Version JScriptVersion {
163                         get { throw new NotImplementedException (); }
164                 }
165
166                 public virtual int MaximumHrefLength {
167                         get { throw new NotImplementedException (); }
168                 }
169
170                 public virtual int MaximumRenderedPageSize {
171                         get { throw new NotImplementedException (); }
172                 }
173
174                 public virtual int MaximumSoftkeyLabelLength {
175                         get { throw new NotImplementedException (); }
176                 }
177
178                 public string MinorVersionString {
179                         get { throw new NotImplementedException (); }
180                 }
181
182                 public virtual string MobileDeviceManufacturer {
183                         get { throw new NotImplementedException (); }
184                 }
185
186                 public virtual string MobileDeviceModel {
187                         get { throw new NotImplementedException (); }
188                 }
189
190                 public virtual int NumberOfSoftkeys {
191                         get { throw new NotImplementedException (); }
192                 }
193
194                 public virtual string PreferredImageMime {
195                         get { throw new NotImplementedException (); }
196                 }
197
198                 public virtual string PreferredRenderingMime {
199                         get { throw new NotImplementedException (); }
200                 }
201
202                 public virtual string PreferredRenderingType {
203                         get { throw new NotImplementedException (); }
204                 }
205
206                 public virtual string PreferredRequestEncoding {
207                         get { throw new NotImplementedException (); }
208                 }
209
210                 public virtual string PreferredResponseEncoding {
211                         get { throw new NotImplementedException (); }
212                 }
213
214                 public virtual bool RendersBreakBeforeWmlSelectAndInput {
215                         get { throw new NotImplementedException (); }
216                 }
217
218                 public virtual bool RendersBreaksAfterHtmlLists {
219                         get { throw new NotImplementedException (); }
220                 }
221
222                 public virtual bool RendersBreaksAfterWmlAnchor {
223                         get { throw new NotImplementedException (); }
224                 }
225
226                 public virtual bool RendersBreaksAfterWmlInput {
227                         get { throw new NotImplementedException (); }
228                 }
229
230                 public virtual bool RendersWmlDoAcceptsInline {
231                         get { throw new NotImplementedException (); }
232                 }
233
234                 public virtual bool RendersWmlSelectsAsMenuCards {
235                         get { throw new NotImplementedException (); }
236                 }
237
238                 public virtual string RequiredMetaTagNameValue {
239                         get { throw new NotImplementedException (); }
240                 }
241
242                 public virtual bool RequiresAttributeColonSubstitution {
243                         get { throw new NotImplementedException (); }
244                 }
245
246                 public virtual bool RequiresContentTypeMetaTag {
247                         get { throw new NotImplementedException (); }
248                 }
249
250                 public bool RequiresControlStateInSession {
251                         get { throw new NotImplementedException (); }
252                 }
253
254                 public virtual bool RequiresDBCSCharacter {
255                         get { throw new NotImplementedException (); }
256                 }
257
258                 public virtual bool RequiresHtmlAdaptiveErrorReporting {
259                         get { throw new NotImplementedException (); }
260                 }
261
262                 public virtual bool RequiresLeadingPageBreak {
263                         get { throw new NotImplementedException (); }
264                 }
265
266                 public virtual bool RequiresNoBreakInFormatting {
267                         get { throw new NotImplementedException (); }
268                 }
269
270                 public virtual bool RequiresOutputOptimization {
271                         get { throw new NotImplementedException (); }
272                 }
273
274                 public virtual bool RequiresPhoneNumbersAsPlainText {
275                         get { throw new NotImplementedException (); }
276                 }
277
278                 public virtual bool RequiresSpecialViewStateEncoding {
279                         get { throw new NotImplementedException (); }
280                 }
281
282                 public virtual bool RequiresUniqueFilePathSuffix {
283                         get { throw new NotImplementedException (); }
284                 }
285
286                 public virtual bool RequiresUniqueHtmlCheckboxNames {
287                         get { throw new NotImplementedException (); }
288                 }
289
290                 public virtual bool RequiresUniqueHtmlInputNames {
291                         get { throw new NotImplementedException (); }
292                 }
293
294                 public virtual bool RequiresUrlEncodedPostfieldValues {
295                         get { throw new NotImplementedException (); }
296                 }
297
298                 public virtual int ScreenBitDepth {
299                         get { throw new NotImplementedException (); }
300                 }
301
302                 public virtual int ScreenCharactersHeight {
303                         get { throw new NotImplementedException (); }
304                 }
305
306                 public virtual int ScreenCharactersWidth {
307                         get { throw new NotImplementedException (); }
308                 }
309
310                 public virtual int ScreenPixelsHeight {
311                         get { throw new NotImplementedException (); }
312                 }
313
314                 public virtual int ScreenPixelsWidth {
315                         get { throw new NotImplementedException (); }
316                 }
317
318                 public virtual bool SupportsAccesskeyAttribute {
319                         get { throw new NotImplementedException (); }
320                 }
321
322                 public virtual bool SupportsBodyColor {
323                         get { throw new NotImplementedException (); }
324                 }
325
326                 public virtual bool SupportsBold {
327                         get { throw new NotImplementedException (); }
328                 }
329
330                 public virtual bool SupportsCacheControlMetaTag {
331                         get { throw new NotImplementedException (); }
332                 }
333
334                 public virtual bool SupportsCallback {
335                         get { throw new NotImplementedException (); }
336                 }
337
338                 public virtual bool SupportsCss {
339                         get { throw new NotImplementedException (); }
340                 }
341
342                 public virtual bool SupportsDivAlign {
343                         get { throw new NotImplementedException (); }
344                 }
345
346                 public virtual bool SupportsDivNoWrap {
347                         get { throw new NotImplementedException (); }
348                 }
349
350                 public virtual bool SupportsEmptyStringInCookieValue {
351                         get { throw new NotImplementedException (); }
352                 }
353
354                 public virtual bool SupportsFontColor {
355                         get { throw new NotImplementedException (); }
356                 }
357
358                 public virtual bool SupportsFontName {
359                         get { throw new NotImplementedException (); }
360                 }
361
362                 public virtual bool SupportsFontSize {
363                         get { throw new NotImplementedException (); }
364                 }
365
366                 public virtual bool SupportsImageSubmit {
367                         get { throw new NotImplementedException (); }
368                 }
369
370                 public virtual bool SupportsIModeSymbols {
371                         get { throw new NotImplementedException (); }
372                 }
373
374                 public virtual bool SupportsInputIStyle {
375                         get { throw new NotImplementedException (); }
376                 }
377
378                 public virtual bool SupportsInputMode {
379                         get { throw new NotImplementedException (); }
380                 }
381
382                 public virtual bool SupportsItalic {
383                         get { throw new NotImplementedException (); }
384                 }
385
386                 public virtual bool SupportsJPhoneMultiMediaAttributes {
387                         get { throw new NotImplementedException (); }
388                 }
389
390                 public virtual bool SupportsJPhoneSymbols {
391                         get { throw new NotImplementedException (); }
392                 }
393
394                 public virtual bool SupportsQueryStringInFormAction {
395                         get { throw new NotImplementedException (); }
396                 }
397
398                 public virtual bool SupportsRedirectWithCookie {
399                         get { throw new NotImplementedException (); }
400                 }
401
402                 public virtual bool SupportsSelectMultiple {
403                         get { throw new NotImplementedException (); }
404                 }
405
406                 public virtual bool SupportsUncheck {
407                         get { throw new NotImplementedException (); }
408                 }
409
410                 public virtual bool SupportsXmlHttp {
411                         get { throw new NotImplementedException (); }
412                 }
413
414                 public bool UseOptimizedCacheKey {
415                         get { throw new NotImplementedException (); }
416                 }
417         }
418 }
419
420 #endif