public byte[] Cookie { get; private set; }
Public Property Cookie As Byte() Get Private Set
public: property array<unsigned char>^ Cookie { array<unsigned char>^ get (); private: void set (array<unsigned char>^ value); }