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

属性值

一个 SoapServiceRoutingStyle 表示如何将 SOAP 消息路由到 XML Web 服务。 默认值为 SoapAction

适用于

另请参阅