MessageHeaders.RemoveAt(Int32) Method

Definition

Removes the message header at the specified index from the collection.

public:
 void RemoveAt(int headerIndex);
public void RemoveAt (int headerIndex);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (headerIndex As Integer)

Parameters

headerIndex
Int32

The zero-based index of the header to remove.

Applies to