SoapServerMethod Constructor (Type, LogicalMethodInfo)

 

Creates a new SoapServerMethod.

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

new : 
        serverType:Type *
        methodInfo:LogicalMethodInfo -> SoapServerMethod

Parameters

serverType
Type: System.Type

The Type to which this method belongs.

methodInfo
Type: System.Web.Services.Protocols.LogicalMethodInfo

The LogicalMethodInfo with which to initialize this SoapServerMethod.

.NET Framework
Available since 2.0
Return to top
Show: