SoapMessage::OneWay Property
.NET Framework (current version)
Gets a value indicating the SoapDocumentMethodAttribute::OneWay property of either the SoapDocumentMethodAttribute or the SoapRpcMethodAttribute attribute applied to the XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System::Booleantrue if the OneWay property of the SoapDocumentMethodAttribute or SoapRpcMethodAttribute applied to the XML Web service method is true; otherwise, false.
See the SoapDocumentMethodAttribute::OneWay property of SoapDocumentMethodAttribute or SoapRpcMethodAttribute for details about one-way XML Web service methods.
The OneWay property is accessible in all stages of SoapMessageStage.
.NET Framework
Available since 1.1
Available since 1.1
Show: