You are here: Symbol Reference > Stimulsoft.Base Namespace > StiWebClientEx Class > StiWebClientEx Constructor
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiWebClientEx.StiWebClientEx Constructor
Syntax
C++
C#
Visual Basic
public: StiWebClientEx( CookieContainer container );

private void ReadCookies(WebResponse r) { var response = r as HttpWebResponse; if (response != null) { CookieCollection cookies = response.Cookies; container.Add(cookies);

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.