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
- RuntimeConfigurationRecord.cs
- SharedPerformanceCounter.cs
- WorkingDirectoryEditor.cs
- Color.cs
- CollectionsUtil.cs
- SqlUserDefinedAggregateAttribute.cs
- ObjectIDGenerator.cs
- ExtendedPropertyInfo.cs
- StorageMappingFragment.cs
- EventProxy.cs
- RequestCache.cs
- FolderLevelBuildProvider.cs
- MetadataPropertyCollection.cs
- CompilerState.cs
- RowUpdatingEventArgs.cs
- messageonlyhwndwrapper.cs
- EdmComplexTypeAttribute.cs
- TextEditorCharacters.cs
- CodeRemoveEventStatement.cs
- MultiPageTextView.cs
- FormViewDeleteEventArgs.cs
- NetworkStream.cs
- BufferedWebEventProvider.cs
- ColumnCollectionEditor.cs
- QuotedPrintableStream.cs
- Drawing.cs
- CompatibleComparer.cs
- HostExecutionContextManager.cs
- DecoderBestFitFallback.cs
- ModelVisual3D.cs
- CodeIdentifier.cs
- Resources.Designer.cs
- PointF.cs
- ProviderSettings.cs
- Attributes.cs
- SendMailErrorEventArgs.cs
- WebServiceMethodData.cs
- ImageCodecInfo.cs
- DBAsyncResult.cs
- DeviceContext.cs
- BitArray.cs
- GridViewColumnCollection.cs
- PixelFormat.cs
- StateDesigner.Helpers.cs
- OleDbParameter.cs
- MenuAdapter.cs
- RequestQueryProcessor.cs
- ProxySimple.cs
- CqlParser.cs
- SplineQuaternionKeyFrame.cs
- CookielessHelper.cs
- ClientBuildManagerCallback.cs
- FieldToken.cs
- ParseHttpDate.cs
- DoubleAnimationBase.cs
- RoleManagerModule.cs
- SqlDataReader.cs
- XamlClipboardData.cs
- CompressedStack.cs
- RedistVersionInfo.cs
- StylusTip.cs
- PathStreamGeometryContext.cs
- RenderDataDrawingContext.cs
- TriState.cs
- DoubleCollectionConverter.cs
- NativeMethods.cs
- Update.cs
- GridViewPageEventArgs.cs
- DataContract.cs
- SqlCommand.cs
- FixedSOMPageElement.cs
- elementinformation.cs
- _IPv4Address.cs
- SmtpNetworkElement.cs
- SafeUserTokenHandle.cs
- Polygon.cs
- DateTime.cs
- DbgUtil.cs
- CachedRequestParams.cs
- HandledEventArgs.cs
- MediaTimeline.cs
- RequestBringIntoViewEventArgs.cs
- DbConnectionOptions.cs
- InfoCardSymmetricAlgorithm.cs
- FixedHyperLink.cs
- SlipBehavior.cs
- RoleManagerModule.cs
- ImageConverter.cs
- DrawingContext.cs
- baseshape.cs
- RewritingProcessor.cs
- ErasingStroke.cs
- ContentValidator.cs
- CollectionContainer.cs
- KeysConverter.cs
- Hashtable.cs
- ShapeTypeface.cs
- ObjectFullSpanRewriter.cs
- WorkflowQueueInfo.cs
- AsyncCompletedEventArgs.cs