public interface IHttpSessionState extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.SessionState.IHttpSessionState
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.SessionState.IHttpSessionState
|
| Modifier and Type | Method and Description |
|---|---|
void |
Abandon() |
void |
Add(java.lang.String name,
NetObject value) |
void |
Clear() |
void |
CopyTo(Array array,
int index) |
int |
getCodePage() |
HttpCookieMode |
getCookieMode() |
int |
getCount() |
IEnumerator |
GetEnumerator() |
boolean |
getIsCookieless() |
boolean |
getIsNewSession() |
boolean |
getIsReadOnly() |
boolean |
getIsSynchronized() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLCID() |
SessionStateMode |
getMode() |
java.lang.String |
getSessionID() |
HttpStaticObjectsCollection |
getStaticObjects() |
NetObject |
getSyncRoot() |
int |
getTimeout() |
void |
Remove(java.lang.String name) |
void |
RemoveAll() |
void |
RemoveAt(int index) |
void |
setCodePage(int CodePage) |
void |
setLCID(int LCID) |
void |
setTimeout(int Timeout) |
static IHttpSessionState |
ToIHttpSessionState(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IHttpSessionState, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void Abandon()
throws java.lang.Throwable
java.lang.Throwablevoid Add(java.lang.String name,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablevoid Clear()
throws java.lang.Throwable
java.lang.Throwablevoid CopyTo(Array array, int index) throws java.lang.Throwable
java.lang.Throwableint getCodePage()
throws java.lang.Throwable
java.lang.ThrowableHttpCookieMode getCookieMode() throws java.lang.Throwable
java.lang.Throwableint getCount()
throws java.lang.Throwable
java.lang.ThrowableIEnumerator GetEnumerator() throws java.lang.Throwable
java.lang.Throwableboolean getIsCookieless()
throws java.lang.Throwable
java.lang.Throwableboolean getIsNewSession()
throws java.lang.Throwable
java.lang.Throwableboolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwableboolean getIsSynchronized()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classint getLCID()
throws java.lang.Throwable
java.lang.ThrowableSessionStateMode getMode() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getSessionID()
throws java.lang.Throwable
java.lang.ThrowableHttpStaticObjectsCollection getStaticObjects() throws java.lang.Throwable
java.lang.ThrowableNetObject getSyncRoot() throws java.lang.Throwable
java.lang.Throwableint getTimeout()
throws java.lang.Throwable
java.lang.Throwablevoid Remove(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablevoid RemoveAll()
throws java.lang.Throwable
java.lang.Throwablevoid RemoveAt(int index)
throws java.lang.Throwable
java.lang.Throwablevoid setCodePage(int CodePage)
throws java.lang.Throwable
java.lang.Throwablevoid setLCID(int LCID)
throws java.lang.Throwable
java.lang.Throwablevoid setTimeout(int Timeout)
throws java.lang.Throwable
java.lang.Throwablestatic IHttpSessionState ToIHttpSessionState(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IHttpSessionState, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIHttpSessionState instancejava.lang.Throwable - in case of error during cast operation