NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    Cookie Output Object (Get-RSS Cmdlet)

    This object contains the name and value of an HTTP cookie.

    Syntax

    Object Cookie {
       string Name;
       string Value;
    }

    Remarks

    After retrieving a URL, the cmdlet will return an CookieObject for every HTTP cookie returned by the server.

    Name contains the name of the cookie.

    Value contains the value of the cookie.

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]