ServiceType Class
Associates a well-known object type that is passed to the Web Services Description Language (WSDL) generator with a remote endpoint that can process messages sent to a method on the type.
For a list of all members of this type, see ServiceType Members.
System.Object
System.Runtime.Remoting.MetadataServices.ServiceType
[Visual Basic] Public Class ServiceType [C#] public class ServiceType [C++] public __gc class ServiceType [JScript] public class ServiceType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The ServiceType class is used to hold information specified on the command line to the Soapsuds tool through the -types argument.
Requirements
Namespace: System.Runtime.Remoting.MetadataServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
ServiceType Members | System.Runtime.Remoting.MetadataServices Namespace