HttpSessionStateWrapper(HttpSessionState) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de HttpSessionStateWrapper klasse.
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)
Parameters
- httpSessionState
- HttpSessionState
Het object waartoe deze wrapper-klasse toegang biedt.
Uitzonderingen
httpSessionState is null.