June 2002
Intermediate to advanced
816 pages
28h 12m
English
HttpBinding
Represents an extensibility element added to the WSDL <binding> element,
which allows information to be transmitted by HTTP. The Verb
property is a string that can have three values: an empty string (the default),
“POST” (which specifies that requests will use HTTP POST), or “GET” (which specifies that requests will use HTTP GET).
Public NotInheritable Class HttpBinding : Inherits ServiceDescriptionFormatExtension ' Public Constructors Public Sub New() ' Public Shared Fields public const Namespace As String // =http://schemas.xmlsoap.org/wsdl/http/ ' Public Instance Properties Public Property Verb As String End Class
System.Object→ServiceDescriptionFormatExtension→ HttpBinding
Read now
Unlock full access