Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Abstractions / HttpContextBase.cs / 1305376 / HttpContextBase.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Security.Principal;
using System.Web.Caching;
using System.Web.Profile;
using System.Web.SessionState;
using System.Runtime.CompilerServices;
[TypeForwardedFrom("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
public abstract class HttpContextBase : IServiceProvider {
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays",
Justification = "Matches HttpContext class")]
public virtual Exception[] AllErrors {
get {
throw new NotImplementedException();
}
}
public virtual HttpApplicationStateBase Application {
get {
throw new NotImplementedException();
}
}
public virtual HttpApplication ApplicationInstance {
get {
throw new NotImplementedException();
}
set {
throw new NotImplementedException();
}
}
public virtual Cache Cache {
get {
throw new NotImplementedException();
}
}
public virtual IHttpHandler CurrentHandler {
get {
throw new NotImplementedException();
}
}
public virtual RequestNotification CurrentNotification {
get {
throw new NotImplementedException();
}
}
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Error",
Justification = "Matches HttpContext class")]
public virtual Exception Error {
get {
throw new NotImplementedException();
}
}
public virtual IHttpHandler Handler {
get {
throw new NotImplementedException();
}
set {
throw new NotImplementedException();
}
}
public virtual bool IsCustomErrorEnabled {
get {
throw new NotImplementedException();
}
}
public virtual bool IsDebuggingEnabled {
get {
throw new NotImplementedException();
}
}
public virtual bool IsPostNotification {
get {
throw new NotImplementedException();
}
}
public virtual IDictionary Items {
get {
throw new NotImplementedException();
}
}
public virtual IHttpHandler PreviousHandler {
get {
throw new NotImplementedException();
}
}
public virtual ProfileBase Profile {
get {
throw new NotImplementedException();
}
}
public virtual HttpRequestBase Request {
get {
throw new NotImplementedException();
}
}
public virtual HttpResponseBase Response {
get {
throw new NotImplementedException();
}
}
public virtual HttpServerUtilityBase Server {
get {
throw new NotImplementedException();
}
}
public virtual HttpSessionStateBase Session {
get {
throw new NotImplementedException();
}
}
public virtual bool SkipAuthorization {
get {
throw new NotImplementedException();
}
set {
throw new NotImplementedException();
}
}
public virtual DateTime Timestamp {
get {
throw new NotImplementedException();
}
}
public virtual TraceContext Trace {
get {
throw new NotImplementedException();
}
}
public virtual IPrincipal User {
get {
throw new NotImplementedException();
}
set {
throw new NotImplementedException();
}
}
public virtual void AddError(Exception errorInfo) {
throw new NotImplementedException();
}
public virtual void ClearError() {
throw new NotImplementedException();
}
public virtual object GetGlobalResourceObject(string classKey, string resourceKey) {
throw new NotImplementedException();
}
public virtual object GetGlobalResourceObject(string classKey, string resourceKey, CultureInfo culture) {
throw new NotImplementedException();
}
public virtual object GetLocalResourceObject(string virtualPath, string resourceKey) {
throw new NotImplementedException();
}
public virtual object GetLocalResourceObject(string virtualPath, string resourceKey, CultureInfo culture) {
throw new NotImplementedException();
}
public virtual object GetSection(string sectionName) {
throw new NotImplementedException();
}
public virtual void RemapHandler(IHttpHandler handler) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1720:AvoidTypeNamesInParameters",
Justification = "Matches HttpContext class")]
public virtual void RewritePath(string path) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1720:AvoidTypeNamesInParameters",
Justification = "Matches HttpContext class")]
public virtual void RewritePath(string path, bool rebaseClientPath) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1720:AvoidTypeNamesInParameters",
Justification = "Matches HttpContext class")]
public virtual void RewritePath(string filePath, string pathInfo, string queryString) {
throw new NotImplementedException();
}
[SuppressMessage("Microsoft.Naming", "CA1720:AvoidTypeNamesInParameters",
Justification = "Matches HttpContext class")]
public virtual void RewritePath(string filePath, string pathInfo, string queryString, bool setClientFilePath) {
throw new NotImplementedException();
}
public virtual void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) {
throw new NotImplementedException();
}
#region IServiceProvider Members
[SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")]
public virtual object GetService(Type serviceType) {
throw new NotImplementedException();
}
#endregion
}
}
// 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
- ProvidersHelper.cs
- TreeNode.cs
- CompilationUtil.cs
- httpapplicationstate.cs
- DbConnectionStringBuilder.cs
- SizeChangedEventArgs.cs
- MimeTextImporter.cs
- PointAnimationBase.cs
- Comparer.cs
- MatrixAnimationUsingPath.cs
- StylusDownEventArgs.cs
- RubberbandSelector.cs
- XmlJsonWriter.cs
- WsdlBuildProvider.cs
- DataMemberConverter.cs
- MultiByteCodec.cs
- PinnedBufferMemoryStream.cs
- MenuCommand.cs
- xmlglyphRunInfo.cs
- Base64Stream.cs
- KeyGestureValueSerializer.cs
- NestedContainer.cs
- ObjectFullSpanRewriter.cs
- XmlDigitalSignatureProcessor.cs
- AlternationConverter.cs
- Opcode.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- KeyGestureConverter.cs
- SerializationSectionGroup.cs
- HtmlTableRowCollection.cs
- XPathMultyIterator.cs
- DrawingAttributes.cs
- DnsPermission.cs
- XPathConvert.cs
- parserscommon.cs
- StateFinalizationDesigner.cs
- Rotation3DAnimationBase.cs
- TaiwanLunisolarCalendar.cs
- PointConverter.cs
- SpellCheck.cs
- BamlResourceContent.cs
- TextEditorTyping.cs
- ClosableStream.cs
- TdsParserSessionPool.cs
- DetailsViewDeletedEventArgs.cs
- CacheSection.cs
- DefaultClaimSet.cs
- InfoCardAsymmetricCrypto.cs
- WindowsSlider.cs
- mediaclock.cs
- AddInBase.cs
- TabControlEvent.cs
- SubclassTypeValidatorAttribute.cs
- XmlWriterDelegator.cs
- AxWrapperGen.cs
- CodeAttachEventStatement.cs
- NullRuntimeConfig.cs
- ResourcesGenerator.cs
- XPathChildIterator.cs
- SafeWaitHandle.cs
- TextEditorTyping.cs
- DependencySource.cs
- DocumentSequenceHighlightLayer.cs
- MethodImplAttribute.cs
- XsdBuilder.cs
- WebHttpSecurityModeHelper.cs
- WebProxyScriptElement.cs
- DbTransaction.cs
- DesignConnection.cs
- SByte.cs
- AstNode.cs
- EpmCustomContentWriterNodeData.cs
- TCPClient.cs
- Trustee.cs
- CornerRadiusConverter.cs
- StorageEntityTypeMapping.cs
- AnnotationComponentManager.cs
- TextRangeBase.cs
- BindingWorker.cs
- AuthenticationSection.cs
- AgileSafeNativeMemoryHandle.cs
- XmlNamespaceDeclarationsAttribute.cs
- HiddenFieldDesigner.cs
- TreeBuilderBamlTranslator.cs
- Win32.cs
- SystemTcpConnection.cs
- EntityDataReader.cs
- RangeBaseAutomationPeer.cs
- XsltException.cs
- SQLString.cs
- ErrorView.xaml.cs
- StringArrayConverter.cs
- Config.cs
- XmlDataDocument.cs
- FilteredDataSetHelper.cs
- TimeSpanOrInfiniteConverter.cs
- CodeDelegateInvokeExpression.cs
- MemoryPressure.cs
- HttpHandlerActionCollection.cs
- PersistChildrenAttribute.cs