SoapServerType.GetMethod Method (Object)

 

Returns the SoapServerMethod associated with the specified key.

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

member GetMethod : 
        key:Object -> SoapServerMethod

Parameters

key
Type: System.Object

The key associated with the desired SoapServerMethod.

Return Value

Type: System.Web.Services.Protocols.SoapServerMethod

The SoapServerMethod associated with the specified key.

.NET Framework
Available since 2.0
Return to top
Show: