SoapRpcServiceAttribute.RoutingStyle Eigenschap

Definitie

Hiermee wordt opgehaald of ingesteld hoe SOAP-berichten worden gerouteerd naar de XML-webservice.

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

Waarde van eigenschap

Een SoapServiceRoutingStyle die aangeeft hoe SOAP-berichten worden doorgestuurd naar de XML-webservice. De standaardwaarde is SoapAction.

Van toepassing op

Zie ook