MediaBasedFactory.ContactHeaderFeatureTags Property

Definition

Gets the list of feature tags to be added to the contact header when sending messages from the endpoint.

public:
 virtual property System::Collections::ObjectModel::Collection<System::String ^> ^ ContactHeaderFeatureTags { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public virtual System.Collections.ObjectModel.Collection<string> ContactHeaderFeatureTags { get; }
member this.ContactHeaderFeatureTags : System.Collections.ObjectModel.Collection<string>
Public Overridable ReadOnly Property ContactHeaderFeatureTags As Collection(Of String)

Property Value

Collection<String>

Remarks

By default, this list is same as the one returned by MediaTypes property. A subclass can override, if needed.

Applies to