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
- CodeDefaultValueExpression.cs
- ButtonPopupAdapter.cs
- XmlAggregates.cs
- SpeechRecognizer.cs
- PackUriHelper.cs
- CachedRequestParams.cs
- BitmapData.cs
- EncodedStreamFactory.cs
- ColorContextHelper.cs
- TextRangeEditTables.cs
- Behavior.cs
- DataGridPagingPage.cs
- PanningMessageFilter.cs
- Guid.cs
- AutomationElement.cs
- DataColumnChangeEvent.cs
- UrlMappingsModule.cs
- ConfigurationSectionGroup.cs
- StateChangeEvent.cs
- ToolStripGrip.cs
- ValidationHelper.cs
- SelectedGridItemChangedEvent.cs
- InvokePattern.cs
- DataGridViewRowCollection.cs
- EmptyEnumerator.cs
- ImageClickEventArgs.cs
- _ListenerAsyncResult.cs
- ActivityInstanceReference.cs
- SQLString.cs
- WizardSideBarListControlItemEventArgs.cs
- MappingItemCollection.cs
- ContainerParaClient.cs
- HttpListener.cs
- NativeActivityFaultContext.cs
- FlowDocumentScrollViewer.cs
- InvalidDataException.cs
- TreeIterator.cs
- TdsValueSetter.cs
- BinaryFormatterWriter.cs
- DynamicRenderer.cs
- CollectionConverter.cs
- Message.cs
- AutoCompleteStringCollection.cs
- AutoScrollHelper.cs
- ConfigXmlElement.cs
- Expander.cs
- MenuItemStyleCollectionEditor.cs
- Icon.cs
- ResponseBodyWriter.cs
- KnownBoxes.cs
- DataObjectMethodAttribute.cs
- InlinedAggregationOperator.cs
- QuaternionAnimation.cs
- ZoneIdentityPermission.cs
- _ShellExpression.cs
- ElementFactory.cs
- DataControlImageButton.cs
- SwitchCase.cs
- DbParameterCollectionHelper.cs
- XamlSerializerUtil.cs
- AnchoredBlock.cs
- UnsupportedPolicyOptionsException.cs
- ExtendedProperty.cs
- UniqueTransportManagerRegistration.cs
- SeparatorAutomationPeer.cs
- SqlTrackingService.cs
- BamlVersionHeader.cs
- BitArray.cs
- SoapEnvelopeProcessingElement.cs
- BaseUriHelper.cs
- XmlSchemaInferenceException.cs
- TreeNodeBindingDepthConverter.cs
- SelectingProviderEventArgs.cs
- WebBrowserDesigner.cs
- mongolianshape.cs
- IListConverters.cs
- RtfControls.cs
- AttachmentService.cs
- HttpServerUtilityWrapper.cs
- GroupQuery.cs
- StringCollection.cs
- MultiTargetingUtil.cs
- RegistryPermission.cs
- FastEncoderWindow.cs
- PointAnimation.cs
- KeyboardNavigation.cs
- SQLDecimalStorage.cs
- TextEditor.cs
- BaseTypeViewSchema.cs
- DispatcherHooks.cs
- DataServiceQueryException.cs
- SecurityIdentifierConverter.cs
- AuthStoreRoleProvider.cs
- CompoundFileIOPermission.cs
- Pkcs9Attribute.cs
- RotateTransform.cs
- DesignTimeHTMLTextWriter.cs
- DataSourceComponent.cs
- HttpGetServerProtocol.cs
- GenericTextProperties.cs