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 ReadOnly Property Rpc As Boolean

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: