다음을 통해 공유


SoapMethodResult(SoapRequest, XmlNode, Boolean) Constructor

Definition

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.

Applies to