SoapMethodResult(SoapRequest, XmlNode, Boolean) Constructor
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.
Initializes a new instance of the SoapMethodResult class.
public SoapMethodResult (Microsoft.Media.Drm.Soap.SoapRequest request, System.Xml.XmlNode result, bool documentMethod);
new Microsoft.Media.Drm.Soap.SoapMethodResult : Microsoft.Media.Drm.Soap.SoapRequest * System.Xml.XmlNode * bool -> Microsoft.Media.Drm.Soap.SoapMethodResult
Public Sub New (request As SoapRequest, result As XmlNode, documentMethod As Boolean)
Parameters
- request
- SoapRequest
Client request for which the response is created.
- result
- XmlNode
XML node with the response that is supposed to be .
- documentMethod
- Boolean
Indicates if the method uses document formatting.