Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- PasswordPropertyTextAttribute.cs
- DataSourceXmlElementAttribute.cs
- newinstructionaction.cs
- CompositeControl.cs
- TextTreeInsertElementUndoUnit.cs
- ConfigurationFileMap.cs
- DragSelectionMessageFilter.cs
- SelectionEditingBehavior.cs
- DeploymentSection.cs
- DocumentCollection.cs
- OdbcCommand.cs
- ExpandedWrapper.cs
- MessagePropertyDescriptionCollection.cs
- LoadedOrUnloadedOperation.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- precedingsibling.cs
- SiteMapNodeItem.cs
- TemplateBindingExpressionConverter.cs
- TraceProvider.cs
- MenuItemAutomationPeer.cs
- QuotedPrintableStream.cs
- DiscoveryInnerClientManaged11.cs
- ConnectionStringSettings.cs
- HashRepartitionEnumerator.cs
- FileVersionInfo.cs
- TopClause.cs
- XmlElementAttribute.cs
- SymbolMethod.cs
- SqlParameter.cs
- LockedBorderGlyph.cs
- StylusCaptureWithinProperty.cs
- Attachment.cs
- HGlobalSafeHandle.cs
- Underline.cs
- SynchronizedInputPattern.cs
- XmlSchemaObjectTable.cs
- PrePostDescendentsWalker.cs
- RegistrySecurity.cs
- RtType.cs
- EdmProperty.cs
- Transform3DGroup.cs
- UriSchemeKeyedCollection.cs
- ThicknessAnimation.cs
- WebPartConnection.cs
- KeyFrames.cs
- AutoGeneratedField.cs
- CheckBoxList.cs
- SeekableReadStream.cs
- EntitySetRetriever.cs
- FacetEnabledSchemaElement.cs
- TabletCollection.cs
- serverconfig.cs
- SerialPort.cs
- VectorAnimation.cs
- TemplateControl.cs
- CapabilitiesRule.cs
- DbProviderConfigurationHandler.cs
- StringToken.cs
- FillBehavior.cs
- XmlSchemaComplexContentExtension.cs
- TextProviderWrapper.cs
- SingleAnimation.cs
- StorageBasedPackageProperties.cs
- StringAnimationUsingKeyFrames.cs
- CodeAssignStatement.cs
- x509store.cs
- Panel.cs
- DependencyObjectPropertyDescriptor.cs
- SignedInfo.cs
- DesignTimeTemplateParser.cs
- ZipPackage.cs
- StreamWriter.cs
- Main.cs
- SpellerError.cs
- RemoteX509Token.cs
- ElementAtQueryOperator.cs
- PathFigureCollectionConverter.cs
- GridSplitter.cs
- IconConverter.cs
- DocComment.cs
- MarkerProperties.cs
- XmlSerializerSection.cs
- BackgroundWorker.cs
- SqlDataSourceFilteringEventArgs.cs
- ConfigurationSectionCollection.cs
- TextServicesContext.cs
- FilterableAttribute.cs
- XPathConvert.cs
- EventListenerClientSide.cs
- UnsafeNativeMethods.cs
- XmlAnyElementAttributes.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ResourceAssociationType.cs
- GrowingArray.cs
- OuterGlowBitmapEffect.cs
- DoubleStorage.cs
- SvcMapFile.cs
- OperationInvokerTrace.cs
- CustomAttributeBuilder.cs
- WindowCollection.cs