Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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<ContentType>
Remarks
The content type of any MIME part with handling="required" should be in this list. Otherwise, incoming calls will be rejected automatically.