System.Web.Services.Protocols.HttpGetClientProtocol Class
Information   Base Types   Related Resources

The base class for XML Web service client proxies that use the HTTP-GET protocol.

  • Namespace: System.Web.Services.Protocols
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Web.Services.dll

  • System.Web.Services.Protocols.HttpSimpleClientProtocol
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (4)MembersRotorChanges
    Discussions

    Page: 1
    Adding web service references for both HttpSoap and HttpGet (VIP replies)
    microsoft.public.dotnet.framework.aspnet.webservices
    I want to give my customers the option of connecting to my service via both SOAP and HTTP GET protocols. Whan I add a reference to my service in VS.NET 2003, I get a class that unherits from SoapHttpClientProtocol by default. In the docs I see that there is also that there is a HttpGetClientProtocol base class, but I can not see how to generate an instance of one when I have a service that support...
    Session("MyName") not working (VIP replies)
    microsoft.public.dotnet.framework.webservices
    Hi, I am trying to store an object in the Session() I have a VB.Net control which is loaded in an asp page and then calls a function in my webservice (also written in VB.Net) The web service function has everything it seems to need the code is at the bottom of the mail The MSDN makes some mention of needing to do something on the client side with regards to cookies but I can't find a decent exampl...
    calling an url from a webservice
    microsoft.public.dotnet.framework.webservices
    Hi NG, I have a webservice that acts as a proxy for an internal cgi programm. So when i get an request i have to create a new request from the parameters an call this cgi programm that runs on http://localhost/cgi bin/mycgi.exe?request myrequest&param param1 What's the easiest way to implement this. I tried with inheriting a class from System.Web.Services.Protocols.HttpGetClientProtocol and use th...
    programmatically setting the URI to a web service
    microsoft.public.dotnet.framework.aspnet.webservices
    is there a way to set at run time the uri/url to a web service? i tried modifying the proxy class generated by vs.net i added a constructor that accepts a string containing the URL. it worked, but there's a warning in a comment block at the top of the the auto generated class that it shouldn't be modified. can anybody suggest an alternative ? thanks.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com