Discuss this help topic in SecureBlackbox Forum

TElCookieManager.SaveToStream

TElCookieManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Saves the cookies to the stream in XML format.

Declaration

[C#]
    void SaveToStream(System.IO.Stream Stream);

[VB.NET]
    Sub SaveToStream(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure SaveToStream(Stream : TStream);

[C++]
    void SaveToStream(TStream &Stream);
    void SaveToStream(TStream *Stream);

[PHP]
    void SaveToStream(TStream $Stream)

[Java]
    void saveToStream(TElStream Stream);

Parameters

  • Stream - the stream to which the data will be saved

Description

    Call this method to save the cookies to the stream. Cookies are saved in XML format.

See also:     DomainCount     Domains     LoadFromStream    

Discuss this help topic in SecureBlackbox Forum