You are here: Symbol Reference > Stimulsoft.Base Namespace > StiWebClientEx Class > StiWebClientEx Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiWebClientEx Members

The following tables list the members exposed by StiWebClientEx.

 
Name 
Description 
 
This is GetWebRequest, a member of class StiWebClientEx. 
 
Name 
Description 
 
private void ReadCookies(WebResponse r) { var response = r as HttpWebResponse; if (response != null) { CookieCollection cookies = response.Cookies; container.Add(cookies); 
 
Name 
Description 
 
This is CookieContainer, a member of class StiWebClientEx. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.