SipUriParser.AddHeader Method
Add a header to the URI.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub AddHeader ( _
header As SignalingHeader _
)
'Usage
Dim instance As SipUriParser
Dim header As SignalingHeader
instance.AddHeader(header)
public void AddHeader(
SignalingHeader header
)
Parameters
- header
Type: Microsoft.Rtc.Signaling.SignalingHeader
Instance of the header to add.