ServerProtocol::Target Property

 

Gets the service object that is invoked.

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

public protected:
property Object^ Target {
	virtual Object^ get();
}

Property Value

Type: System::Object^

The service object that is invoked.

.NET Framework
Available since 2.0
Return to top
Show: