Class P3PModule
This module will add P3P headers on every response, allowing ie to accept cookies in iframes
Inheritance
System.Object
P3PModule
Implements
System.Web.IHttpModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Web.Modules
Assembly: ImageVault.Common.dll
Syntax
public class P3PModule
Constructors
P3PModule()
Declaration
public P3PModule()
Methods
Dispose()
Releases the resources used by the P3PModule.
Declaration
public void Dispose()
Init(HttpApplication)
Declaration
public void Init(HttpApplication app)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpApplication | app |
Implements
System.Web.IHttpModule