This documentation is archived and is not being maintained.

ProtocolReflector.Methods Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public ReadOnly Property Methods As LogicalMethodInfo ()
[C#]
public LogicalMethodInfo[] Methods {get;}
[C++]
public: __property LogicalMethodInfo* get_Methods();
[JScript]
public function get Methods() : LogicalMethodInfo[];

See Also

ProtocolReflector Class | ProtocolReflector Members | System.Web.Services.Description Namespace

Show: