SoapServerType::GetDuplicateMethod Method (Object^)

 

Returns the duplicate SoapServerMethod associated with the specified key.

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

public:
SoapServerMethod^ GetDuplicateMethod(
	Object^ key
)

Parameters

key
Type: System::Object^

The key associated with the desired duplicate SoapServerMethod.

Return Value

Type: System.Web.Services.Protocols::SoapServerMethod^

The duplicate SoapServerMethod associated with the specified key.

.NET Framework
Available since 2.0
Return to top
Show: