Name

LogicalMethodInfo

Synopsis

A LogicalMethodInfo object is provided to the SoapExtension.GetInitializer() method. This object contains information about the web service or proxy class method where the custom SoapExtensionAttribute is applied.

Public NotInheritable Class LogicalMethodInfo
                  ' Public Constructors
   Public Sub New(
        ByVal methodInfo As System.Reflection.MethodInfo) 
' Public Instance Properties
   Public ReadOnly Property AsyncCallbackParameter As ParameterInfo  
   Public ReadOnly Property AsyncResultParameter As ParameterInfo  
   Public ReadOnly Property AsyncStateParameter As ParameterInfo  
   Public ReadOnly Property BeginMethodInfo As MethodInfo  
   Public ReadOnly Property CustomAttributeProvider As ICustomAttributeProvider  
   Public ReadOnly Property DeclaringType As Type  
   Public ReadOnly Property EndMethodInfo As MethodInfo  
   Public ReadOnly Property InParameters As ParameterInfo()  
   Public ReadOnly Property IsAsync As Boolean  
   Public ReadOnly Property IsVoid As Boolean  
   Public ReadOnly Property MethodInfo As MethodInfo  
   Public ReadOnly Property Name As String  
   Public ReadOnly Property OutParameters As ParameterInfo()  
   Public ReadOnly Property Parameters As ParameterInfo()  
   Public ReadOnly Property ReturnType As Type  
   Public ReadOnly Property ReturnTypeCustomAttributeProvider As ICustomAttributeProvider  
' Public Shared Methods
   Public Shared Function Create(
        ByVal methodInfos As System.Reflection.MethodInfo()) As LogicalMethodInfo()  
   Public Shared Function Create( ByVal methodInfos As System.Reflection.MethodInfo(), ...

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.