HttpSessionStateWrapper(HttpSessionState) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
HttpSessionStateWrapper sınıfının yeni bir örneğini başlatır.
public:
HttpSessionStateWrapper(System::Web::SessionState::HttpSessionState ^ httpSessionState);
public HttpSessionStateWrapper (System.Web.SessionState.HttpSessionState httpSessionState);
new System.Web.HttpSessionStateWrapper : System.Web.SessionState.HttpSessionState -> System.Web.HttpSessionStateWrapper
Public Sub New (httpSessionState As HttpSessionState)
Parametreler
- httpSessionState
- HttpSessionState
Bu sarmalayıcı sınıfının erişim sağladığı nesne.
Özel durumlar
httpSessionState, null değeridir.