SignalingHeaderParser.ValueWithNoParameters Property
Gets the value of the header without the header parameters. Can be null. This property may not be available for all headers even if it has a value without parameters.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ValueWithNoParameters As String
Get
'Usage
Dim instance As SignalingHeaderParser
Dim value As String
value = instance.ValueWithNoParameters
public string ValueWithNoParameters { get; }
Property Value
Type: System.String