Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Remove method
Removes session variable from the collection.
Type
VoidSyntax
- C#
- VB.NET
Void Remove(String Name);
The Remove(Name) syntax has these parts:
Void Remove(WebSessionVar Item);
The Remove(Item) syntax has these parts:
The Remove(Name) syntax has these parts:
Name | String vlaue, specifying session variable name. |
Void Remove(WebSessionVar Item);
The Remove(Item) syntax has these parts:
Item | Session object to remove from the collection. |
Sub Remove(ByVal Name As String)
The Remove(Name) syntax has these parts:
Sub Remove(ByVal Item As WebSessionVar)
The Remove(Item) syntax has these parts:
The Remove(Name) syntax has these parts:
Name | String vlaue, specifying session variable name. |
Sub Remove(ByVal Item As WebSessionVar)
The Remove(Item) syntax has these parts:
Item | Session object to remove from the collection. |