McuMediaChannel.GetCccpXml Method
Gets the serialized Medium object.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Friend Overridable Sub GetCccpXml ( _
writer As XmlWriter _
)
'Usage
Dim writer As XmlWriter
Me.GetCccpXml(writer)
protected internal virtual void GetCccpXml(
XmlWriter writer
)
Parameters
- writer
Type: System.Xml.XmlWriter
The object used to serialized the XML.