Discuss this help topic in SecureBlackbox Forum

TElCookieManager.LoadFromStream

TElCookieManager     See also     


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


Loads the cookies from the stream in XML format.

Declaration

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

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

[Pascal]
    procedure LoadFromStream(Stream : TStream);

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

[PHP]
    void LoadFromStream(TStream $Stream)

[Java]
    void loadFromStream(TElStream Stream);

Parameters

  • Stream - the stream from which the data will be loaded

Description

    Call this method to load the cookies from the stream. Cookies must have been saved in XML format using SaveToStream method.

See also:     DomainCount     Domains     SaveToStream    

Discuss this help topic in SecureBlackbox Forum