⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.web.cs

📁 研讀原始碼的好工具
💻 CS
📖 第 1 页 / 共 5 页
字号:

    }

class CallISAPIFunc : System.Enum
    {
     I4 value__;
     ValueClass CallISAPIFunc GetSiteServerComment;
     ValueClass CallISAPIFunc SetBinAccess;
     ValueClass CallISAPIFunc CreateTempDir;
     ValueClass CallISAPIFunc GetAutogenKeys;



    }

class SessionNDMakeRequestResults : System.ValueType
    {
     I socket;
     I4 httpStatus;
     I4 timeout;
     I4 contentLength;
     I content;
     I4 lockCookie;
     I8 lockDate;



    }

class StateProtocolVerb : System.Enum
    {
     I4 value__;
     ValueClass StateProtocolVerb GET;
     ValueClass StateProtocolVerb PUT;
     ValueClass StateProtocolVerb DELETE;
     ValueClass StateProtocolVerb HEAD;



    }

class StateProtocolExclusive : System.Enum
    {
     I4 value__;
     ValueClass StateProtocolExclusive NONE;
     ValueClass StateProtocolExclusive ACQUIRE;
     ValueClass StateProtocolExclusive RELEASE;



    }

class System.Web.SafeNativeMethods : System.Object
    {

     Boolean DBGNDAssert( String message,  String stacktrace);
     Boolean DBGNDIsTagEnabled( String tag);
     Boolean DBGNDIsTagPresent( String tag);
     Boolean DBGNDTrace( String tag,  String message);
     Void AppDomainRestart( String appId);
     I4 GetFileVersionString( String filename,  Class System.Text.StringBuilder buffer,  I4 size);
     I4 GetCurrentProcessId();
     I4 GetCurrentThreadId();
     Void OutputDebugString( String message);
     Boolean QueryPerformanceCounter( ByRef I8 lpPerformanceCount);
     Boolean QueryPerformanceFrequency( ByRef I8 lpFrequency);
     Void System.Web.SafeNativeMethods();


    }

class System.Web.BufferAllocator : System.Object
    {
     I4 _maxFree;
     I4 _numFree;
     Class System.Collections.Stack _buffers;

     Void System.Web.BufferAllocator( I4 maxFree);
     Object GetBuffer();
     Void ReuseBuffer( Object buffer);
     Object AllocBuffer();


    }

class System.Web.UbyteBufferAllocator : System.Web.BufferAllocator
    {
     I4 _bufferSize;

     Void System.Web.UbyteBufferAllocator( I4 bufferSize,  I4 maxFree);
     Object AllocBuffer();


    }

class System.Web.CharBufferAllocator : System.Web.BufferAllocator
    {
     I4 _bufferSize;

     Void System.Web.CharBufferAllocator( I4 bufferSize,  I4 maxFree);
     Object AllocBuffer();


    }

class System.Web.CustomErrorsMode : System.Enum
    {
     I4 value__;
     ValueClass System.Web.CustomErrorsMode On;
     ValueClass System.Web.CustomErrorsMode Off;
     ValueClass System.Web.CustomErrorsMode RemoteOnly;



    }

class System.Web.CustomErrors : System.Object
    {
     Class System.Web.CustomErrors _default;
     ValueClass System.Web.CustomErrorsMode _mode;
     String _defaultRedirect;
     Class System.Collections.IDictionary _codeRedirects;

     Class System.Web.CustomErrors GetSettings( Class System.Web.HttpContext context);
     Class System.Web.CustomErrors GetSettings( Class System.Web.HttpContext context,  Boolean canThrow);
     Void System.Web.CustomErrors();
     String GetAbsoluteRedirect( String path,  String basePath);
     Void System.Web.CustomErrors( Class System.Xml.XmlNode node,  String basePath,  Class System.Web.CustomErrors parent);
     Boolean CustomErrorsEnabled( Class System.Web.HttpRequest request);
     String GetRedirectString( I4 code);


    }

class System.Web.Configuration.CustomErrorsConfigHandler : System.Object
    {

     Object Create( Object parent,  Object configContext,  Class System.Xml.XmlNode section);
     Void System.Web.Configuration.CustomErrorsConfigHandler();


    }

class System.Web.ErrorFormatter : System.Object
    {

     String GetHtmlErrorMessage();
     String GetHtmlErrorMessage( Boolean dontShowSensitiveInfo);
     Void WriteColoredSquare( Class System.Text.StringBuilder sb,  String title,  String description,  String content,  Boolean wrapContentLines);
     Void PrepareFormatter();
     Class System.Exception get_Exception();
     String get_ErrorTitle();
     String get_Description();
     String get_MiscSectionTitle();
     String get_MiscSectionContent();
     String get_ColoredSquareTitle();
     String get_ColoredSquareDescription();
     String get_ColoredSquareContent();
     Boolean get_WrapColoredSquareContentLines();
     String get_ColoredSquare2Title();
     String get_ColoredSquare2Description();
     String get_ColoredSquare2Content();
     Boolean get_ShowSourceFileInfo();
     String get_SourceFileName();
     I4 get_SourceFileLineNumber();
     String get_PostMessage();
     Boolean get_CanBeShownToAllUsers();
     Void System.Web.ErrorFormatter();

    property Exception { get(){} set(){} };
    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };
    property MiscSectionTitle { get(){} set(){} };
    property MiscSectionContent { get(){} set(){} };
    property ColoredSquareTitle { get(){} set(){} };
    property ColoredSquareDescription { get(){} set(){} };
    property ColoredSquareContent { get(){} set(){} };
    property WrapColoredSquareContentLines { get(){} set(){} };
    property ColoredSquare2Title { get(){} set(){} };
    property ColoredSquare2Description { get(){} set(){} };
    property ColoredSquare2Content { get(){} set(){} };
    property ShowSourceFileInfo { get(){} set(){} };
    property SourceFileName { get(){} set(){} };
    property SourceFileLineNumber { get(){} set(){} };
    property PostMessage { get(){} set(){} };
    property CanBeShownToAllUsers { get(){} set(){} };

    }

class System.Web.UnhandledErrorFormatter : System.Web.ErrorFormatter
    {
     Class System.Exception _e;
     Class System.Exception _initialException;
     Class System.Collections.ArrayList _exStack;
     String _fileName;
     I4 _line;
     String _coloredSquare2Content;
     Boolean _fGeneratedCodeOnStack;
     String _message;
     String _postMessage;

     Void System.Web.UnhandledErrorFormatter( Class System.Exception e);
     Void System.Web.UnhandledErrorFormatter( Class System.Exception e,  String message,  String postMessage);
     Void PrepareFormatter();
     Class System.Exception get_Exception();
     String get_ErrorTitle();
     String get_Description();
     String get_MiscSectionTitle();
     String get_MiscSectionContent();
     String get_ColoredSquareTitle();
     String get_ColoredSquareContent();
     Boolean get_WrapColoredSquareContentLines();
     String get_ColoredSquare2Title();
     String get_ColoredSquare2Content();
     String get_PostMessage();
     Boolean get_ShowSourceFileInfo();
     String get_SourceFileName();
     I4 get_SourceFileLineNumber();

    property Exception { get(){} set(){} };
    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };
    property MiscSectionTitle { get(){} set(){} };
    property MiscSectionContent { get(){} set(){} };
    property ColoredSquareTitle { get(){} set(){} };
    property ColoredSquareContent { get(){} set(){} };
    property WrapColoredSquareContentLines { get(){} set(){} };
    property ColoredSquare2Title { get(){} set(){} };
    property ColoredSquare2Content { get(){} set(){} };
    property PostMessage { get(){} set(){} };
    property ShowSourceFileInfo { get(){} set(){} };
    property SourceFileName { get(){} set(){} };
    property SourceFileLineNumber { get(){} set(){} };

    }

class System.Web.SecurityErrorFormatter : System.Web.UnhandledErrorFormatter
    {

     Void System.Web.SecurityErrorFormatter( Class System.Exception e);
     String get_ErrorTitle();
     String get_Description();

    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };

    }

class System.Web.PageNotFoundErrorFormatter : System.Web.ErrorFormatter
    {
     String _url;

     Void System.Web.PageNotFoundErrorFormatter( String url);
     String get_ErrorTitle();
     String get_Description();
     String get_MiscSectionTitle();
     String get_MiscSectionContent();
     Boolean get_ShowSourceFileInfo();
     Boolean get_CanBeShownToAllUsers();

    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };
    property MiscSectionTitle { get(){} set(){} };
    property MiscSectionContent { get(){} set(){} };
    property ShowSourceFileInfo { get(){} set(){} };
    property CanBeShownToAllUsers { get(){} set(){} };

    }

class System.Web.PageForbiddenErrorFormatter : System.Web.ErrorFormatter
    {
     String _url;

     Void System.Web.PageForbiddenErrorFormatter( String url);
     String get_ErrorTitle();
     String get_Description();
     String get_MiscSectionTitle();
     String get_MiscSectionContent();
     Boolean get_ShowSourceFileInfo();
     Boolean get_CanBeShownToAllUsers();

    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };
    property MiscSectionTitle { get(){} set(){} };
    property MiscSectionContent { get(){} set(){} };
    property ShowSourceFileInfo { get(){} set(){} };
    property CanBeShownToAllUsers { get(){} set(){} };

    }

class System.Web.GenericApplicationErrorFormatter : System.Web.ErrorFormatter
    {
     Boolean _local;

     Void System.Web.GenericApplicationErrorFormatter( Boolean local);
     String get_ErrorTitle();
     String get_Description();
     String get_MiscSectionTitle();
     String get_MiscSectionContent();
     String get_ColoredSquareTitle();
     String get_ColoredSquareDescription();
     String get_ColoredSquareContent();
     String get_ColoredSquare2Title();
     String get_ColoredSquare2Description();
     String get_ColoredSquare2Content();
     Boolean get_ShowSourceFileInfo();
     Boolean get_CanBeShownToAllUsers();

    property ErrorTitle { get(){} set(){} };
    property Description { get(){} set(){} };
    property MiscSectionTitle { get(){} set(){} };
    property MiscSectionContent { get(){} set(){} };
    property ColoredSquareTitle { get(){} set(){} };
    property ColoredSquareDescription { get(){} set(){} };
    property ColoredSquareContent { get(){} set(){} };
    property ColoredSquare2Title { get(){} set(){} };
    property ColoredSquare2Description { get(){} set(){} };
    property ColoredSquare2Content { get(){} set(){} };
    property ShowSourceFileInfo { get(){} set(){} };
    property CanBeShownToAllUsers { get(){} set(){} };

    }

class System.Web.FormatterWithFileInfo : System.Web.ErrorFormatter
    {
     I4 errorRange

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -