Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Abstractions / HttpPostedFileBase.cs / 1305376 / HttpPostedFileBase.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Runtime.CompilerServices;
[TypeForwardedFrom("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
public abstract class HttpPostedFileBase {
public virtual int ContentLength {
get {
throw new NotImplementedException();
}
}
public virtual string ContentType {
get {
throw new NotImplementedException();
}
}
public virtual string FileName {
get {
throw new NotImplementedException();
}
}
public virtual Stream InputStream {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "filename",
Justification = "Matches HttpPostedFile class")]
public virtual void SaveAs(string filename) {
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
- NameValueFileSectionHandler.cs
- PieceDirectory.cs
- Int32Collection.cs
- TraceHandlerErrorFormatter.cs
- CodeSnippetCompileUnit.cs
- SkinIDTypeConverter.cs
- SqlSelectClauseBuilder.cs
- LOSFormatter.cs
- AlternationConverter.cs
- D3DImage.cs
- UnhandledExceptionEventArgs.cs
- ApplicationDirectory.cs
- SiteMapSection.cs
- EntityDesignPluralizationHandler.cs
- GenericIdentity.cs
- IDQuery.cs
- FunctionDetailsReader.cs
- InputElement.cs
- ProjectionPlan.cs
- streamingZipPartStream.cs
- GC.cs
- TextTreeText.cs
- AttachedPropertyMethodSelector.cs
- JobDuplex.cs
- DatagramAdapter.cs
- CriticalFinalizerObject.cs
- ZipIOFileItemStream.cs
- DoneReceivingAsyncResult.cs
- PermissionSet.cs
- XmlSchemaAnnotated.cs
- DeclarationUpdate.cs
- CollectionViewGroupRoot.cs
- HGlobalSafeHandle.cs
- StrokeCollection.cs
- MergablePropertyAttribute.cs
- RotateTransform3D.cs
- ActivityCollectionMarkupSerializer.cs
- BaseDataBoundControl.cs
- BinaryParser.cs
- TriggerAction.cs
- HttpTransportBindingElement.cs
- GACIdentityPermission.cs
- DesignTimeXamlWriter.cs
- MenuCommand.cs
- XPathCompileException.cs
- _FixedSizeReader.cs
- CachedFontFamily.cs
- DesignerResources.cs
- SqlReferenceCollection.cs
- HandleRef.cs
- PropertyCondition.cs
- ApplicationServiceHelper.cs
- KernelTypeValidation.cs
- HttpServerVarsCollection.cs
- PropertyKey.cs
- COM2PropertyPageUITypeConverter.cs
- InternalEnumValidatorAttribute.cs
- DependencyPropertyKey.cs
- WebBrowserNavigatingEventHandler.cs
- EntityViewGenerator.cs
- CompilerError.cs
- OdbcUtils.cs
- EncodingDataItem.cs
- OutOfProcStateClientManager.cs
- CachedTypeface.cs
- UnicodeEncoding.cs
- SizeIndependentAnimationStorage.cs
- COM2ExtendedUITypeEditor.cs
- Compiler.cs
- XmlSchemaInclude.cs
- ResourceIDHelper.cs
- BitmapDecoder.cs
- DateTimeEditor.cs
- COM2Properties.cs
- HttpChannelBindingToken.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- XmlHierarchicalEnumerable.cs
- TimeZone.cs
- SqlFlattener.cs
- _RequestCacheProtocol.cs
- _IPv6Address.cs
- MultipleViewPatternIdentifiers.cs
- figurelength.cs
- EmbeddedMailObjectsCollection.cs
- NavigationProperty.cs
- ReferencedType.cs
- RelatedCurrencyManager.cs
- ClientOperationFormatterProvider.cs
- FileEnumerator.cs
- DragEventArgs.cs
- Scene3D.cs
- Expressions.cs
- BinaryMessageEncodingElement.cs
- ThaiBuddhistCalendar.cs
- NoneExcludedImageIndexConverter.cs
- BoundColumn.cs
- DateBoldEvent.cs
- SizeKeyFrameCollection.cs
- HttpSysSettings.cs
- LineProperties.cs