NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthenticationEvent Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal context As HttpContext _
)
[C#]
public CookieAuthenticationEvent(
   HttpContext context
);
[C++]
public: CookieAuthenticationEvent(
   HttpContext* context
);
[JScript]
public function CookieAuthenticationEvent(
   context : HttpContext
);

Parameters

context
[To be supplied.]

See Also

CookieAuthenticationEvent Class | CookieAuthenticationEvent Members | System.Web.Security Namespace