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 | |
|---|---|---|
![]() |
RemoteAddress | Gets the remote endpoint address for the request. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | When implemented by a class, closes the communication channel with the remote endpoint. |
![]() |
Open | When implemented by a class, opens the communication channel to the remote endpoint. |
![]() |
Request | When implemented by a class, sends a request message to the remote endpoint and returns the resulting message. |
![]() |
RequestOneWay | When implemented by a class, sends a one-way request message to the remote endpoint. |
Top
.gif)
.gif)