MediaBasedFactory.ContactHeaderFeatureTags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
By default, this list is same as the one returned by MediaTypes property. A subclass can override, if needed.