Ws.Services.IWsServiceEndpoint.ProcessRequest Method

Implements the ProcessRequest interface used to control the blocking of a request.

Namespace: Dpws.Client
Assembly: MFDpwsClient (in mfdpwsclient.dll)

Syntax

byte [] Ws.Services.IWsServiceEndpoint.ProcessRequest (
         WsWsaHeaderheader,
         XmlReaderreader
)

Parameters

  • header
    A WsWsaHeader containing the header properties of a request.
  • reader
    An XmlReader for reading the entire node tree of the message envelope.

Return Value

A byte array containing a SOAP response to the request.

Remarks

The BlockingCall property is used by the stack to control single instance execution. HelloEvent and ByeEvent are not blocked. Event messages from a device are blocked. This means it is up to a client developer to insure a long thread safety."

Version Information

Available in .NET Micro Framework version 2.5 and above.

See Also

Reference

DpwsClient Class
DpwsClient Members
Dpws.Client Namespace