NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpProtocolInfoImporter.GenerateClass

[To be supplied.]

[Visual Basic]
Protected Function GenerateClass( _
   ByVal serviceName As String _
) As Boolean
[C#]
protected bool GenerateClass(
   string serviceName
);
[C++]
protected: bool GenerateClass(
   String* serviceName
);
[JScript]
protected function GenerateClass(
   serviceName : String
) : Boolean;

Parameters

serviceName
[To be supplied.]

See Also

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