OfferAnswerContext.InitialOfferMediaTypes 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 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.