Ask a Question related to ASP.NET General, Design and Development.
-
PABLIN #1
RESPONSE, REQUEST and SERVERUTILITY
Hello, I need to know how works RESPONSE, REQUEST and
SERVERUTILITY in ASP.NET? Thanks
PABLIN Guest
-
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)? -
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>... -
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... -
ASP functions can get the HTTP request and response headers?
Any ASP functions can get the HTTP request and response headers? Thanks! John -
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... -
Kevin Spencer #2
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
-
Kevin Spencer #3
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?> about them?> >-----Original Message-----
> >Those are all classes. What exactly do you want to know> >
> >--
> >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
-
Kevin Spencer #4
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.> use any other class.> >-----Original Message-----
> >Again, they are classes. You use them the same way you> >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



Reply With Quote

