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 header from the collection.
Type
VoidSyntax
- C#
- VB.NET
Void Remove(String Name);
The Remove(Name) syntax has these parts:
Void Remove(WebHeader Item);
The Remove(Item) syntax has these parts:
The Remove(Name) syntax has these parts:
Name | String expression as header name. |
Void Remove(WebHeader Item);
The Remove(Item) syntax has these parts:
Item | WeOnlyDo.Server.WebHeader object. Header object to remove from the collection. |
Sub Remove(ByVal Name As String)
The Remove(Name) syntax has these parts:
Sub Remove(ByVal Item As WebHeader)
The Remove(Item) syntax has these parts:
The Remove(Name) syntax has these parts:
Name | String expression as header name. |
Sub Remove(ByVal Item As WebHeader)
The Remove(Item) syntax has these parts:
Item | WeOnlyDo.Server.WebHeader object. Header object to remove from the collection. |