ProtocolReflector::ServiceDescriptions Property
.NET Framework (current version)
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.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescriptionCollection^ ServiceDescriptions { ServiceDescriptionCollection^ get(); }
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
Available since 1.1
Show: