Compartilhar via


SoapRpcServiceAttribute.RoutingStyle Propriedade

Definição

Obtém ou define como as mensagens SOAP são roteadas para o serviço 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 da propriedade

SoapServiceRoutingStyle

Um SoapServiceRoutingStyle que representa como as mensagens SOAP são roteadas para o serviço Web XML. O valor padrão é SoapAction.

Aplica-se a

Confira também