June 2002
Intermediate to advanced
816 pages
28h 12m
English
SoapHeaderCollection
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
System.Object→ System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)→ SoapHeaderCollection
Read now
Unlock full access