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.
Appends the global section of the SDP to the provided string builder.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Write ( _
writer As TextWriter _
)
'Usage
Dim instance As SdpGlobalDescription
Dim writer As TextWriter
instance.Write(writer)
public void Write(
TextWriter writer
)
Parameters
- writer
Type: System.IO.TextWriter
The writer to append global portion of the SDP.
Exceptions
| Exception | Condition |
|---|---|
| MessageParsingException | Thrown when the global portion of the SDP is not serializable in its current state. |
| ArgumentNullException | Thrown when the argument is null. |