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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









MimeMultipartRelatedBinding

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

Represents an extensibility element added to an
InputBinding or an
OutputBinding element. This class supports
multipart MIME messages that use different MIME types for different
portions of the message body.

The Parts property provides a collection of
MessagePart objects. Each one represents an
extensibility element added to the
MimeMultipartRelatedBinding to specify the MIME
format for a single portion of the MIME message.

public sealed class 

MimeMultipartRelatedBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public

MimeMultipartRelatedBinding ( );
// Public Instance Properties
public MimePartCollection

Parts {get; }
}



Hierarchy


System.Object
ServiceDescriptionFormatExtension
MimeMultipartRelatedBinding


/ 873