Soap12OperationBinding.SoapActionRequired Propriedade
Definição
Obtém ou define um valor que indica se um serviço Web XML prevê a necessidade do cabeçalho HTTP SOAPAction.Gets or sets a value indicating whether an XML Web service anticipates requiring the SOAPAction HTTP header.
public:
property bool SoapActionRequired { bool get(); void set(bool value); };
public bool SoapActionRequired { get; set; }
member this.SoapActionRequired : bool with get, set
Public Property SoapActionRequired As Boolean
Valor da propriedade
true se um serviço Web XML prevê exigir o SOAPAction cabeçalho http; caso contrário, false .true if an XML Web service anticipates requiring the SOAPAction HTTP header; otherwise, false. O padrão é false.The default is false.