Name

SoapHeaderCollection

Synopsis

This class contains a collection of SoapHeader objects. It is used for the SoapMessage.Headers property, which contains all the headers in a single SOAP request or response message.

Public Class SoapHeaderCollection : Inherits CollectionBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default Property Item(
        ByVal index As Integer) As SoapHeader  
' Public Instance Methods
   Public Function Add(ByVal header As SoapHeader) As Integer  
   Public Function Contains(
        ByVal header As SoapHeader) As Boolean  
   Public Sub CopyTo(ByVal array As SoapHeader(), 
        ByVal index As Integer) 
   Public Function IndexOf(
        ByVal header As SoapHeader) As Integer  
   Public Sub Insert(ByVal index As Integer, 
        ByVal header As SoapHeader) 
   Public Sub Remove(ByVal header As SoapHeader) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) SoapHeaderCollection

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.