This documentation is archived and is not being maintained.

ProtocolImporter.GenerateMethod Method

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

[Visual Basic]
Protected MustOverride Function GenerateMethod() As CodeMemberMethod
[C#]
protected abstract CodeMemberMethod GenerateMethod();
[C++]
protected: virtual CodeMemberMethod* GenerateMethod() = 0;
[JScript]
protected abstract function GenerateMethod() : CodeMemberMethod;

See Also

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

Show: