C# 0 The Complete Reference



Download 4,07 Mb.
Pdf ko'rish
bet1038/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   1034   1035   1036   1037   1038   1039   1040   1041   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

CookieCollection

 obtained 

from the response. 

CookieContainer

 simply provides the underlying storage mechanism 

for the cookies.

The following program displays the names and values of the cookies associated with 

the URI specified on the command line. Remember, not all websites use cookies, so you 

might have to try a few until you find one that does.

/* Examine Cookies.

   To see what cookies a website uses,

   specify its name on the command line.

   For example, if you call this program

   CookieDemo, then

     CookieDemo http://msn.com

   displays the cookies associated with msn.com.

*/

using System;



using System.Net;

class CookieDemo {

  static void Main(string[] args) {

    if(args.Length != 1) {

      Console.WriteLine("Usage: CookieDemo ");

      return ;

    }

    // Create a WebRequest to the specified URI.



    HttpWebRequest req = (HttpWebRequest)

           WebRequest.Create(args[0]);

    // Get an empty cookie container.

    req.CookieContainer = new CookieContainer();

    // Send the request and return the response.

    HttpWebResponse resp = (HttpWebResponse)

           req.GetResponse();

    // Display the cookies.

    Console.WriteLine("Number of cookies: " +

                        resp.Cookies.Count);

    Console.WriteLine("{0,-20}{1}", "Name", "Value");

www.freepdf-books.com




838

 

P a r t   I I :  



E x p l o r i n g   t h e   C #   L i b r a r y

    for(int i=0; i < resp.Cookies.Count; i++)

      Console.WriteLine("{0, -20}{1}",

                         resp.Cookies[i].Name,

                         resp.Cookies[i].Value);

    // Close the response.

    resp.Close();

  }


}


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   1034   1035   1036   1037   1038   1039   1040   1041   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish