System.Web.Services.WebServiceBindingAttribute Class
Information   Base Types   Related Resources

Declares the binding one or more XML Web service methods implemented within the class implementing the XML Web service. This class cannot be inherited.

  • Namespace: System.Web.Services
  • 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.Attribute
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (10)Discussions (40)MembersRotorChanges
    Public Constructors
    public WebServiceBindingAttribute()Initializes a new instance of the WebServiceBindingAttribute class.
    public WebServiceBindingAttribute(System.String name)Initializes a new instance of the WebServiceBindingAttribute class setting the name of the binding the XML Web service method is implementing.
    public WebServiceBindingAttribute(System.String name, System.String ns)Initializes a new instance of the WebServiceBindingAttribute class.
    public WebServiceBindingAttribute(System.String name, System.String ns, System.String location)Initializes a new instance of the WebServiceBindingAttribute class.
     
    Public Properties
    public System.String LocationGets or sets the location where the binding is defined.
    public System.String NameGets or sets the name of the binding.
    public System.String NamespaceGets or sets the namespace associated with the binding.
     
    Private Fields
    private System.String location(No summary available.)
    private System.String name(No summary available.)
    private System.String ns(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