Sdp<TGlobalDescription,TMediaDescription>.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a string containing a valid SDP that is ready to be transmitted. This function calls Write() and then converts the result to a string.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
Returns the SDP as a new instance of a string.
Remarks
Returns the class name string if unable to compose a valid SDP string.