HttpSessionStateBase 构造函数
定义
初始化该类供继承的类实例使用。Initializes the class for use by an inherited class instance. 此构造函数只能由继承的类调用。This constructor can only be called by an inherited class.
protected:
HttpSessionStateBase();
protected HttpSessionStateBase ();
Protected Sub New ()
适用于