OutputBinding

OutputBinding

System.Web.Services.Description (system.web.services.dll)sealed class

This specific binding is used to specify the encoding of an output message. The OutputBinding class provides a Extensions property, which contains a collection of one 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 MimeXmlBinding for HTTP messages and a SoapBodyBinding for SOAP messages.

public sealed class OutputBinding : MessageBinding { // Public Constructors    public OutputBinding( ); // Public Instance Properties    public override ServiceDescriptionFormatExtensionCollection Extensions{get; }   // overrides MessageBinding }

Hierarchy

System.Object DocumentableItem MessageBinding OutputBinding

Returned By

OperationBinding.Output

Passed To

OperationBinding.Output



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net