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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









MimeContentBinding

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

This binding represents an extensibility element added to an
InputBinding or an
OutputBinding element.

This binding is generally used for an HTTP POST input message
(represented by OperationInput). It includes a
Type property, which specifies the MIME encoding
type (typically application/x-www-form-urlencoded)
used for encoding data for HTTP transmission. The
Part property specifes the name of the message
part to which the binding applies.

public sealed class 

MimeContentBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public

MimeContentBinding ( );
// Public Static Fields
public const string

Namespace ; // =http://schemas.xmlsoap.org/wsdl/mime/
// Public Instance Properties
public string

Part {set; get; }
public string

Type {set; get; }
}



Hierarchy


System.Object
ServiceDescriptionFormatExtension
MimeContentBinding


/ 873