ServiceDescriptionReflector Class

Definition

Provides a managed way of dynamically viewing, creating or invoking types supported by an XML Web service.

public ref class ServiceDescriptionReflector
public class ServiceDescriptionReflector
type ServiceDescriptionReflector = class
Public Class ServiceDescriptionReflector
Inheritance
ServiceDescriptionReflector

Constructors

ServiceDescriptionReflector()

Initializes a new instance of the ServiceDescriptionReflector class.

Properties

Schemas

Gets a reference to the XmlSchemas associated with the XML Web service.

ServiceDescriptions

Gets a reference to the ServiceDescriptionCollection associated with the XML Web service.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Reflect(Type, String)

Creates a ServiceDescription including the specified Type for the XML Web service at the specified URL.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to