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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









SoapHeaderFaultBinding

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

This class represents an extensibility element added to the WSDL
<input> or <output>
element (enclosed in the <operation>
element) that allows information to be transmitted via SOAP. It
specifies the SOAP header types used to transmit error information
within the SOAP header. The encoding is indicated with the
SoapFaultBinding.Encoding and
SoapFaultBinding.Use properties and the namespace
with the SoapFaultBinding.Namespace property.

public class 

SoapHeaderFaultBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public

SoapHeaderFaultBinding ( );
// Public Instance Properties
public string

Encoding {set; get; }
public XmlQualifiedName

Message {set; get; }
public string

Namespace {set; get; }
public string

Part {set; get; }
public SoapBindingUse

Use {set; get; }
}



Hierarchy


System.Object
ServiceDescriptionFormatExtension
SoapHeaderFaultBinding

Returned By


SoapHeaderBinding.Fault

Passed To


SoapHeaderBinding.Fault


/ 873