예제 #1
0
        protected WebClientCookied CreateWebClient()
        {
            var wc = new WebClientCookied();

            wc.CookieContainer.Add(S_WAVE_URI, S_WAVE_COOKIE);
            return(wc);
        }
예제 #2
0
 protected WebClientCookied CreateWebClient()
 {
     var wc = new WebClientCookied();
       wc.CookieContainer.Add(S_WAVE_URI, S_WAVE_COOKIE);
       return wc;
 }