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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









SoapDocumentServiceAttribute

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

This attribute can be applied to a web service's
class declaration. It specifies that the default encoding for SOAP
request and response messages will be Document. The client can
override this default by using the
SoapRpcMethodAttribute. This attribute is rarely
used because the default in ASP.NET proxy classes is already Document
encoding.

public sealed class 

SoapDocumentServiceAttribute : Attribute {
// Public Constructors
public

SoapDocumentServiceAttribute ( );
public

SoapDocumentServiceAttribute (System.Web.Services.Description.SoapBindingUse

use );
public

SoapDocumentServiceAttribute (System.Web.Services.Description.SoapBindingUse

use ,
SoapParameterStyle

paramStyle );
// Public Instance Properties
public SoapParameterStyle

ParameterStyle {set; get; }
public SoapServiceRoutingStyle

RoutingStyle {set; get; }
public SoapBindingUse

Use {set; get; }
}



Hierarchy


System.Object
System.Attribute
SoapDocumentServiceAttribute

Valid On


Class


    / 873