This documentation is archived and is not being maintained.

ProtocolReflector.GetServiceDescription Method

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

[Visual Basic]
Public Function GetServiceDescription( _
   ByVal ns As String _
) As ServiceDescription
[C#]
public ServiceDescription GetServiceDescription(
 string ns
);
[C++]
public: ServiceDescription* GetServiceDescription(
 String* ns
);
[JScript]
public function GetServiceDescription(
   ns : String
) : ServiceDescription;

See Also

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

Show: