IRequestChannel Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the properties and methods for a Devices Profile for Web Services (DPWS) request.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Interface IRequestChannel
public interface IRequestChannel
public interface class IRequestChannel
type IRequestChannel =  interface end
public interface IRequestChannel

The IRequestChannel type exposes the following members.

Properties

  Name Description
Public property RemoteAddress Gets the remote endpoint address for the request.

Top

Methods

  Name Description
Public method Close When implemented by a class, closes the communication channel with the remote endpoint.
Public method Open When implemented by a class, opens the communication channel to the remote endpoint.
Public method Request When implemented by a class, sends a request message to the remote endpoint and returns the resulting message.
Public method RequestOneWay When implemented by a class, sends a one-way request message to the remote endpoint.

Top

See Also

Reference

Ws.Services.Binding Namespace