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 the list of signaling headers including Content-Id, Content-Type, and Content-Disposition.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable Property SignalingHeaders As IEnumerable(Of SignalingHeader)
Get
Friend Set
'Usage
Dim instance As MimePartContentDescription
Dim value As IEnumerable(Of SignalingHeader)
value = instance.SignalingHeaders
public virtual IEnumerable<SignalingHeader> SignalingHeaders { get; internal set; }
Property Value
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
See Also
Reference
MimePartContentDescription Class