SoapRpcMethodAttribute::RequestNamespace Property

 

Gets or sets the XML namespace associated with the SOAP request for an XML Web service method.

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

public:
property String^ RequestNamespace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The XML namespace associated with the SOAP request for an XML Web service method. The default is http://tempuri.org/.

The following code example sets the RequestNamespace property to http://www.contoso.com.

.NET Framework
Available since 1.1
Return to top
Show: