다음을 통해 공유


RoutingExtensionElement.SoapProcessingEnabled 속성

정의

SOAP 처리를 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SoapProcessingEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)]
public bool SoapProcessingEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("soapProcessingEnabled", DefaultValue=true)>]
member this.SoapProcessingEnabled : bool with get, set
Public Property SoapProcessingEnabled As Boolean

속성 값

Boolean

true 메시지가 마샬링되어야; 하는 경우 그렇지 않으면 false합니다. 기본값은 true입니다.

특성

설명

SOAP 처리에 대한 자세한 내용은 SoapProcessingBehavior를 참조하세요.

적용 대상