SoapServerMethod::OneWay Property

 

Gets a Boolean that indicates whether an XML Web service client waits for the Web server to finish processing this XML Web service method.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property bool OneWay {
	bool get();
}

Property Value

Type: System::Boolean

true if the XML Web service client does not wait for the Web server to completely process this XML Web service method; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: