This documentation is archived and is not being maintained.
HttpResponse.AppendCookie 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 AppendCookie( _ ByVal cookie As HttpCookie _ ) [C#] public void AppendCookie( HttpCookie cookie ); [C++] public: void AppendCookie( HttpCookie* cookie ); [JScript] public function AppendCookie( cookie : HttpCookie );
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace
Show: