SoapRequest(XmlDocument, Uri) 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 SoapRequest class.
public SoapRequest (System.Xml.XmlDocument soapMessage, Uri requestUri);
new Microsoft.Media.Drm.Soap.SoapRequest : System.Xml.XmlDocument * Uri -> Microsoft.Media.Drm.Soap.SoapRequest
Public Sub New (soapMessage As XmlDocument, requestUri As Uri)
Parameters
- soapMessage
- XmlDocument
SOAP envolope representing the request.
- requestUri
- Uri
Uri of the request. It is used to report errors.