SignalingHeader.GetValue Method
Gets the value of the header.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetValue As String
'Usage
Dim instance As SignalingHeader
Dim returnValue As String
returnValue = instance.GetValue()
public string GetValue()
Return Value
Type: System.String
The value of the header.
Exceptions
Exception | Condition |
---|---|
MessageParsingException | Thrown when header parsing fails. |