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 that are sent to a method on the type.

Namespace:   System.Runtime.Remoting.MetadataServices
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

System::Object
  System.Runtime.Remoting.MetadataServices::ServiceType

public ref class ServiceType 

NameDescription
System_CAPS_pubmethodServiceType(Type^)

Initializes a new instance of the ServiceType class with the object Type that is passed to the Web Services Description Language (WSDL) generator.

System_CAPS_pubmethodServiceType(Type^, String^)

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.

NameDescription
System_CAPS_pubpropertyObjectType

Gets the object Type that is passed to the Web Services Description Language (WSDL) generator.

System_CAPS_pubpropertyUrl

Gets the URL of an object Type that is passed to the Web Services Description Language (WSDL) generator.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The ServiceType class is used to hold information that is specified on the command line to the Soapsuds Tool (Soapsuds.exe) through the -types argument.

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: