SoapServiceRoutingStyle

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net