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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









SoapServiceRoutingStyleserializable

System.Web.Services.Protocols (system.web.services.dll)enum

This enumeration is used to specify the
SoapDocumentServiceAttribute.RoutingStyle and the
SoapRpcServiceAttribute.RoutingStyle properties.
Allowed values are RequestElement (the message is
routed based on the first child element in the body of the SOAP
message) and SoapAction (the SOAP message is
routed based on the SOAPAction HTTP header).

public enum 

SoapServiceRoutingStyle {

SoapAction = 0 ,

RequestElement = 1
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
SoapServiceRoutingStyle

Returned By


SoapDocumentServiceAttribute.RoutingStyle,
SoapRpcServiceAttribute.RoutingStyle

Passed To


SoapDocumentServiceAttribute.RoutingStyle,
SoapRpcServiceAttribute.RoutingStyle


    / 873