ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









InputBinding

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

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 sealed class 

InputBinding : MessageBinding {
// Public Constructors
public

InputBinding ( );
// Public Instance Properties
public override ServiceDescriptionFormatExtensionCollection

Extensions {get; } // overrides MessageBinding
}



Hierarchy


System.Object
DocumentableItem
MessageBinding
InputBinding

Returned By


OperationBinding.Input

Passed To


OperationBinding.Input


/ 873