SoapServerMethod::Rpc Property

 

Gets a Boolean that indicates whether SOAP messages sent to and from this XML Web service method use RPC formatting.

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

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

Property Value

Type: System::Boolean

true if SOAP messages sent to and from this XML Web service method use RPC formatting; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: