WebSocketMessage AsXml Property C# API
Gets an XML DOM representation of this message.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public XmlDocument AsXml { get; }
Remarks

This is useful if the contents of the message is XML data.
See Also