SupportedMimePartContentTypes Property

Represents the list of content types that can be supported by the endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property SupportedMimePartContentTypes As IEnumerable(Of ContentType)
    Get
    Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As IEnumerable(Of ContentType)

value = instance.SupportedMimePartContentTypes

instance.SupportedMimePartContentTypes = value
public IEnumerable<ContentType> SupportedMimePartContentTypes { get; set; }

Property Value

Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ContentType>)>)>

Remarks

The content type of any mime part with handling of “required” should be in this list. Otherwise, incoming calls will be rejected automatically.

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace