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

The base class for all XML Web service client proxies that use the HTTP transport 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.1.4322
  • Assembly: System.Web.Services.dll

  • System.Web.Services.Protocols.WebClientProtocol
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (0)Discussions (33)MembersRotorChanges
    Public Properties
    public System.Boolean AllowAutoRedirectGets or sets whether the client automatically follows server redirects.
    public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificatesGets the collection of client certificates.
    public System.Net.CookieContainer CookieContainerGets or sets the collection of cookies.
    public System.Net.IWebProxy ProxyGets or sets proxy information for making an XML Web service request through a firewall.
    public System.Boolean UnsafeAuthenticatedConnectionSharingGets or sets a value indicating whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server hosting the XML Web service.
    public System.String UserAgentGets or sets the value for the user agent header that is sent with each request.
     
    Protected Constructors
    protected HttpWebClientProtocol()Initializes a new instance of the HttpWebClientProtocol class.
     
    Protected Methods
    protected System.Net.WebRequest GetWebRequest(System.Uri uri)Creates a WebRequest for the specified URI.
    protected System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)Returns a response from an asynchronous request to an XML Web service method.
    protected System.Net.WebResponse GetWebResponse(System.Net.WebRequest request)Returns a response from a synchronous request to an XML Web service method.
     
    Private Constructors
    private static HttpWebClientProtocol()Initializes a new instance of the HttpWebClientProtocol class.
    private HttpWebClientProtocol(System.Web.Services.Protocols.HttpWebClientProtocol protocol)(No summary available.)
     
    Private Fields
    private System.Boolean allowAutoRedirect(No summary available.)
    private System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates(No summary available.)
    private System.Net.CookieContainer cookieJar(No summary available.)
    private System.Net.IWebProxy proxy(No summary available.)
    private System.Boolean unsafeAuthenticatedConnectionSharing(No summary available.)
    private System.String userAgent(No summary available.)
    private static System.String UserAgentDefault(No summary available.)
     
    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