Compartir a través de


SoapRpcServiceAttribute.RoutingStyle Propiedad

Definición

Obtiene o establece cómo se enrutan los mensajes SOAP al servicio Web XML.

public:
 property System::Web::Services::Protocols::SoapServiceRoutingStyle RoutingStyle { System::Web::Services::Protocols::SoapServiceRoutingStyle get(); void set(System::Web::Services::Protocols::SoapServiceRoutingStyle value); };
public System.Web.Services.Protocols.SoapServiceRoutingStyle RoutingStyle { get; set; }
member this.RoutingStyle : System.Web.Services.Protocols.SoapServiceRoutingStyle with get, set
Public Property RoutingStyle As SoapServiceRoutingStyle

Valor de propiedad

SoapServiceRoutingStyle

SoapServiceRoutingStyle que representa cómo se enrutan los mensajes SOAP al servicio Web XML. El valor predeterminado es SoapAction.

Se aplica a

Consulte también