This documentation is archived and is not being maintained.
HttpResponse.SetCookie Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Sub SetCookie( _ ByVal cookie As HttpCookie _ ) [C#] public void SetCookie( HttpCookie cookie ); [C++] public: void SetCookie( HttpCookie* cookie ); [JScript] public function SetCookie( cookie : HttpCookie );
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: