| System.Web.Services.Description (system.web.services.dll) | sealed class |
Represents an extensibility element added to the WSDL
<operation> element, which allows a web
service method to be invoked over HTTP. The
Location property specifes the relative URL of a
web service operation (using the base specified by
HttpOperationBinding).public sealed class HttpOperationBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public HttpOperationBinding ( );
// Public Instance Properties
public string Location {set; get; }
}
Hierarchy
System.Object 
ServiceDescriptionFormatExtension
HttpOperationBinding