Edit

Share via


OfferAnswerContext.InitialOfferMediaTypes Property

Definition

Gets a list of the call's default media types.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ InitialOfferMediaTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> InitialOfferMediaTypes { get; }
member this.InitialOfferMediaTypes : seq<string>
Public ReadOnly Property InitialOfferMediaTypes As IEnumerable(Of String)

Property Value

Remarks

MediaProvider can use the media types returned by this property to initialize the flow. This property will be set only for the initial outgoing offer and will be null for all other cases.

Applies to