Edit

Share via


SdpMediaDescription.Write(TextWriter) Method

Definition

Appends the global section of the SDP to the provided string builder.

public:
 void Write(System::IO::TextWriter ^ writer);
public void Write (System.IO.TextWriter writer);
member this.Write : System.IO.TextWriter -> unit
Public Sub Write (writer As TextWriter)

Parameters

writer
TextWriter

The writer to append this portion of the SDP.

Exceptions

Thrown when the global portion of the SDP is not serializable in its current state

Thrown when the argument is null.

Applies to