RESPONSE, REQUEST and SERVERUTILITY

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default RESPONSE, REQUEST and SERVERUTILITY

    Hello, I need to know how works RESPONSE, REQUEST and
    SERVERUTILITY in ASP.NET? Thanks
    PABLIN Guest

  2. Similar Questions and Discussions

    1. HTTP 1.1 based request / response
      How to send / receive HTTP 1.1 based request / response to create a persistent connection with web server (Jsp in Tomcat)?
    2. Changing default response tag from soap request
      Hi there, I have a webservice which has a method called "DeliverReq". The soap envelope looks like this (simplified) <envelope> <header>...
    3. REquest/Response on DNS
      Hi, I have written a windows service to recieve DNS requests over UDP e.g: I have a "DNS server" and a "test box" that makes request for...
    4. ASP functions can get the HTTP request and response headers?
      Any ASP functions can get the HTTP request and response headers? Thanks! John
    5. Web caching problem in request/response pages
      I have a set of pages which seems to produce very wierd errors: pagea.htm contains a form which posts to pageb.asp pageB.asp contains a script...
  3. #2

    Default Re: RESPONSE, REQUEST and SERVERUTILITY

    Those are all classes. What exactly do you want to know about them?

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "PABLIN" <pablinvb@hotmail.com> wrote in message
    news:091501c36020$d08198c0$a501280a@phx.gbl...
    > Hello, I need to know how works RESPONSE, REQUEST and
    > SERVERUTILITY in ASP.NET? Thanks

    Kevin Spencer Guest

  4. #3

    Default Re: RESPONSE, REQUEST and SERVERUTILITY

    Again, they are classes. You use them the same way you use any other class.
    You're going to have to be more specific.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "PABLIN" <pablinvb@hotmail.com> wrote in message
    news:007901c3602a$e4aad640$a401280a@phx.gbl...
    > How it is used them?
    > >-----Original Message-----
    > >Those are all classes. What exactly do you want to know
    > about them?
    > >
    > >--
    > >HTH,
    > >
    > >Kevin Spencer
    > >Microsoft MVP
    > >..Net Developer
    > >[url]http://www.takempis.com[/url]
    > >Complex things are made up of
    > >lots of simple things.
    > >
    > >"PABLIN" <pablinvb@hotmail.com> wrote in message
    > >news:091501c36020$d08198c0$a501280a@phx.gbl...
    > >> Hello, I need to know how works RESPONSE, REQUEST and
    > >> SERVERUTILITY in ASP.NET? Thanks
    > >
    > >
    > >.
    > >

    Kevin Spencer Guest

  5. #4

    Default Re: RESPONSE, REQUEST and SERVERUTILITY

    You can download (for free) the .Net SDK (Software Development Kit) which
    has all the information about these and all other .Net classes, as well as
    articles, tutorials, and samples:

    [url]http://microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en[/url]

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "PABLIN" <pablinvb@hotmail.com> wrote in message
    news:021001c36043$358bde20$a501280a@phx.gbl...
    > Samples of these classes in ASP.NET, VB.NET or C #
    > Excuses but I am Ecuadorian and my English is not very
    > good, and thanks for his aid.
    > >-----Original Message-----
    > >Again, they are classes. You use them the same way you
    > use any other class.
    > >You're going to have to be more specific.
    > >
    > >--
    > >HTH,
    > >
    > >Kevin Spencer
    > >Microsoft MVP
    > >..Net Developer
    > >[url]http://www.takempis.com[/url]
    > >Complex things are made up of
    > >lots of simple things.
    > >
    > >"PABLIN" <pablinvb@hotmail.com> wrote in message
    > >news:007901c3602a$e4aad640$a401280a@phx.gbl...
    > >> How it is used them?
    > >> >-----Original Message-----
    > >> >Those are all classes. What exactly do you want to know
    > >> about them?
    > >> >
    > >> >--
    > >> >HTH,
    > >> >
    > >> >Kevin Spencer
    > >> >Microsoft MVP
    > >> >..Net Developer
    > >> >[url]http://www.takempis.com[/url]
    > >> >Complex things are made up of
    > >> >lots of simple things.
    > >> >
    > >> >"PABLIN" <pablinvb@hotmail.com> wrote in message
    > >> >news:091501c36020$d08198c0$a501280a@phx.gbl...
    > >> >> Hello, I need to know how works RESPONSE, REQUEST and
    > >> >> SERVERUTILITY in ASP.NET? Thanks
    > >> >
    > >> >
    > >> >.
    > >> >
    > >
    > >
    > >.
    > >

    Kevin Spencer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139