Deletes a cookie.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As CookieHandler Dim name As String Dim path As String Dim domain As String Dim context As HttpContext instance.Delete(name, path, domain, context) |
Синтаксис
Visual Basic |
---|
Public Sub Delete ( _ name As String, _ path As String, _ domain As String, _ context As HttpContext _ ) |
C# |
---|
public void Delete ( string name, string path, string domain, HttpContext context ) |
C++ |
---|
public: void Delete ( String^ name, String^ path, String^ domain, HttpContext^ context ) |
J# |
---|
public void Delete ( String name, String path, String domain, HttpContext context ) |
JScript |
---|
public function Delete ( name : String, path : String, domain : String, context : HttpContext ) |
Параметры
- name
-
Name for the cookie
- path
-
Path for the cookie
- domain
-
Domain for the cookie
- context
-
HttpContext for the request
Исключения
Тип исключений | Условие |
---|---|
ArgumentNullException |
When name is null or empty |
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.