SoapRpcServiceAttribute.RoutingStyle 属性

定义

获取或设置将 SOAP 消息发送到 XML Web services 的方式。

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 services 的方式。 默认值是 SoapAction

适用于

另请参阅