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 ReadOnly Property SupportedMimePartContentTypes As IEnumerable(Of ContentType)
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As IEnumerable(Of ContentType)

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

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

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace