SoapRpcServiceAttribute.RoutingStyle 屬性

定義

取得或設定 SOAP 訊息如何傳送至 XML Web Service。

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

屬性值

SoapServiceRoutingStyle

SoapServiceRoutingStyle,表示 SOAP 訊息如何傳送至 XML Web Service。 預設值是 SoapAction

適用於

另請參閱