SoapServerMethod Constructor (Type, LogicalMethodInfo)

 

Creates a new SoapServerMethod.

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

Public Sub New (
	serverType As Type,
	methodInfo As LogicalMethodInfo
)

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: