| 
        public class ServiceType
       | 
            -types
           argument.| ctor #1 | Overloaded: .ctor(Type type)Initializes a new instance of the  ServiceType class with the object  Type that is passed to the Web Services Description Language (WSDL) generator. | 
| ctor #2 | Overloaded: .ctor(Type type, string url)Initializes a new instance of the  ServiceType class with the URL and  Type of an object that is passed to the Web Services Description Language (WSDL) generator. | 
| ObjectType | Read-only Gets the object Type that is passed to the Web Services Description Language (WSDL) generator. | 
| Url | Read-only Gets the URL of an object Type that is passed to the Web Services Description Language (WSDL) generator. | 
| Equals (inherited from System.Object) | See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. | 
| GetHashCode (inherited from System.Object) | See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString (inherited from System.Object) | See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public ServiceType( | 
type
type
url
| 
            public Type ObjectType {get;}
           | 
| 
            public string Url {get;}
           | 
| 
            ~ServiceType(); | 
| 
            public virtual int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public virtual string ToString(); |