SoapRpcServiceAttribute.RoutingStyle プロパティ

定義

SOAP メッセージを XML Web サービスにルーティングする方法を取得または設定します。

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

プロパティ値

SOAP メッセージを XML Web サービスにルーティングする方法を表す SoapServiceRoutingStyle。 既定値は SoapAction です。

適用対象

こちらもご覧ください