ProtocolReflector.ServiceDescriptions Property

 
Use BaseTrue

Gets the ServiceDescription objects that have so far been created and added to the corresponding to the ServiceDescriptionCollection obtained through the ServiceDescriptions property of the associated ServiceDescriptionReflector instance.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public ReadOnly Property ServiceDescriptions As ServiceDescriptionCollection

Property Value

Type: System.Web.Services.Description.ServiceDescriptionCollection

The ServiceDescription objects that have so far been created and added to the corresponding to the ServiceDescriptionCollection obtained through the ServiceDescriptions property of the associated ServiceDescriptionReflector instance.

The ProtocolReflector class creates a ServiceDescription object for each binding, with a distinct namespace, that it finds in a Web service class.

.NET Framework
Available since 1.1
Return to top
Show: