Name

ServiceDescriptionCollection

Synopsis

This is a collection of ServiceDescription objects. Every ServiceDescription object provides a reference to the ServiceDescriptionCollection that it is a part of in its ServiceDescription.ServiceDescriptions property. You can access each ServiceDescription element by name or position (index number).

Public NotInheritable Class ServiceDescriptionCollection : Inherits ServiceDescriptionBaseCollection
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default ReadOnly Property Item(
        ByVal ns As String) As ServiceDescription  
   Public Default Property Item(
        ByVal index As Integer) As ServiceDescription  
' Public Instance Methods
   Public Function Add(
        ByVal serviceDescription As ServiceDescription) As Integer  
   Public Function Contains(
        ByVal serviceDescription As ServiceDescription) As Boolean  
   Public Sub CopyTo(ByVal array As ServiceDescription(), 
        ByVal index As Integer) 
   Public Function GetBinding(
        ByVal name As System.Xml.XmlQualifiedName) As Binding  
   Public Function GetMessage(
        ByVal name As System.Xml.XmlQualifiedName) As Message  
   Public Function GetPortType(
        ByVal name As System.Xml.XmlQualifiedName) As PortType  
   Public Function GetService(
        ByVal name As System.Xml.XmlQualifiedName) As Service  
   Public Function IndexOf(
        ByVal serviceDescription As ServiceDescription) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal serviceDescription As ServiceDescription) 
   Public Sub Remove( ByVal serviceDescription As ServiceDescription) ...

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.