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로 라우팅되는 방법을 나타내는 SoapServiceRoutingStyle입니다. 기본값은 SoapAction입니다.

적용 대상

추가 정보