Returns an enumerator that iterates through a collection.
An IEnumerator`1 that can be used to iterate through the collection, returning the ObexHeaderId keys.
The enumeration is of the Header ID keys. As noted in the class documentation, it is safe to continue using the enumerator even if Remove has been called meanwhile; at all times all the IDs that were present when the enumerator was created will be returned by it.
ObexHeaderCollection Class | Brecham.Obex Namespace