Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Abstractions / HttpFileCollectionBase.cs / 1305376 / HttpFileCollectionBase.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
[TypeForwardedFrom("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix",
Justification = "This type is an abstraction for HttpFileCollectionBase.")]
[SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable",
Justification = "The abstraction is not meant to be serialized.")]
public abstract class HttpFileCollectionBase : NameObjectCollectionBase, ICollection {
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays",
Justification = "Matches HttpFileCollectionBase class")]
public virtual string[] AllKeys {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public override int Count {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual bool IsSynchronized {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual object SyncRoot {
get {
throw new NotImplementedException();
}
}
public virtual HttpPostedFileBase this[string name] {
get {
throw new NotImplementedException();
}
}
public virtual HttpPostedFileBase this[int index] {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "dest",
Justification = "Matches HttpFileCollectionBase class")]
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual void CopyTo(Array dest, int index) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get",
Justification = "Matches HttpFileCollection class")]
public virtual HttpPostedFileBase Get(int index) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get",
Justification = "Matches HttpFileCollection class")]
public virtual HttpPostedFileBase Get(string name) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public override IEnumerator GetEnumerator() {
throw new NotImplementedException();
}
public virtual string GetKey(int index) {
throw new NotImplementedException();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
[TypeForwardedFrom("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix",
Justification = "This type is an abstraction for HttpFileCollectionBase.")]
[SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable",
Justification = "The abstraction is not meant to be serialized.")]
public abstract class HttpFileCollectionBase : NameObjectCollectionBase, ICollection {
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays",
Justification = "Matches HttpFileCollectionBase class")]
public virtual string[] AllKeys {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public override int Count {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual bool IsSynchronized {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual object SyncRoot {
get {
throw new NotImplementedException();
}
}
public virtual HttpPostedFileBase this[string name] {
get {
throw new NotImplementedException();
}
}
public virtual HttpPostedFileBase this[int index] {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "dest",
Justification = "Matches HttpFileCollectionBase class")]
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual void CopyTo(Array dest, int index) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get",
Justification = "Matches HttpFileCollection class")]
public virtual HttpPostedFileBase Get(int index) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get",
Justification = "Matches HttpFileCollection class")]
public virtual HttpPostedFileBase Get(string name) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public override IEnumerator GetEnumerator() {
throw new NotImplementedException();
}
public virtual string GetKey(int index) {
throw new NotImplementedException();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompositeActivityTypeDescriptorProvider.cs
- WizardPanelChangingEventArgs.cs
- ExpressionVisitor.cs
- RecognizerStateChangedEventArgs.cs
- SymbolDocumentGenerator.cs
- EventsTab.cs
- EventWaitHandle.cs
- Journal.cs
- DefaultHttpHandler.cs
- XmlILAnnotation.cs
- DefaultShape.cs
- ZeroOpNode.cs
- DbDataSourceEnumerator.cs
- WebPartAuthorizationEventArgs.cs
- DesignerForm.cs
- RectangleHotSpot.cs
- ButtonChrome.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PageBreakRecord.cs
- XsltException.cs
- WindowsSecurityToken.cs
- RecognizedWordUnit.cs
- DataGridViewCheckBoxCell.cs
- Timer.cs
- AnnotationStore.cs
- TypeGeneratedEventArgs.cs
- XslUrlEditor.cs
- WindowsAuthenticationEventArgs.cs
- QueryLifecycle.cs
- ConfigXmlText.cs
- DeclaredTypeElementCollection.cs
- PageAsyncTask.cs
- ExpressionBuilderCollection.cs
- DelayLoadType.cs
- Command.cs
- DataListItemCollection.cs
- WriteableBitmap.cs
- RepeaterDataBoundAdapter.cs
- SchemaLookupTable.cs
- TreeViewItem.cs
- _SecureChannel.cs
- CrossContextChannel.cs
- SerializationInfoEnumerator.cs
- CompilerScope.cs
- Symbol.cs
- StatusBarItemAutomationPeer.cs
- EventEntry.cs
- DataGridViewRowCancelEventArgs.cs
- EntityStoreSchemaGenerator.cs
- ResourcePermissionBaseEntry.cs
- FloaterParagraph.cs
- FirstMatchCodeGroup.cs
- DropShadowBitmapEffect.cs
- StyleHelper.cs
- ProvidersHelper.cs
- XmlSchemaGroup.cs
- WebPartEditorOkVerb.cs
- ThumbAutomationPeer.cs
- FormViewPagerRow.cs
- dtdvalidator.cs
- NextPreviousPagerField.cs
- AssociationSetEnd.cs
- PropertyReferenceSerializer.cs
- XmlDomTextWriter.cs
- MonthCalendar.cs
- BitmapFrame.cs
- SchemaDeclBase.cs
- MemoryMappedViewAccessor.cs
- UrlMapping.cs
- Expander.cs
- Menu.cs
- XmlRawWriterWrapper.cs
- ProfileService.cs
- SelectedDatesCollection.cs
- WindowsStreamSecurityUpgradeProvider.cs
- RecipientInfo.cs
- IDReferencePropertyAttribute.cs
- HwndTarget.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- TextSearch.cs
- CodeDefaultValueExpression.cs
- SID.cs
- DataGridViewColumnEventArgs.cs
- TextElementEnumerator.cs
- SkipQueryOptionExpression.cs
- AddInDeploymentState.cs
- SQLDateTime.cs
- MouseActionValueSerializer.cs
- DataServiceHostWrapper.cs
- EmbossBitmapEffect.cs
- ExceptionCollection.cs
- StateWorkerRequest.cs
- FloaterParaClient.cs
- FontStyle.cs
- AspProxy.cs
- PopOutPanel.cs
- RightsManagementPermission.cs
- DesignTimeParseData.cs
- PointIndependentAnimationStorage.cs
- TemplateFactory.cs