Name

InputBinding

Synopsis

This specific binding is used to specify the encoding of an input message. The InputBinding class provides a Extensions property, which contains a collection consisting of a single binding. This binding varies depending on the type of protocol that this element applies to (HTTP POST, HTTP GET, or SOAP). For example, this collection would contain a HttpUrlEncodedBinding for HTTP GET messages, a MimeContentBinding for HTTP POST messages, or a SoapBodyBinding for SOAP messages.

Public NotInheritable Class InputBinding : Inherits MessageBinding
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Overrides Public ReadOnly Property Extensions As ServiceDescriptionFormatExtensionCollection  
End Class

Hierarchy

System.ObjectDocumentableItemMessageBinding InputBinding

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.