Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderCollection.Remove Method 

Removes the specified header from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal headerId As ObexHeaderId _
)
[C#]
public void Remove(
   ObexHeaderId headerId
);

Parameters

headerId
The ObexHeaderId of the header to remove from the collection.

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace