SoapRpcServiceAttribute.RoutingStyle Eigenschaft

Definition

Ruft ab oder legt fest, wie SOAP-Nachrichten an den XML-Webdienst weitergeleitet werden.

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

Eigenschaftswert

Ein SoapServiceRoutingStyle, der darstellt, wie SOAP-Nachrichten an den XML-Webdienst weitergeleitet werden. Der Standardwert ist SoapAction.

Gilt für:

Weitere Informationen