RequestChannel Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
An implementation of the IRequestChannel interface, which lets you send Devices Profile for Web Services (DPWS) request messages to a remote endpoint.
Inheritance Hierarchy
System. . :: . .Object
Ws.Services.Binding..::..RequestChannel
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Class RequestChannel _
Implements IRequestChannel
public class RequestChannel : IRequestChannel
public ref class RequestChannel : IRequestChannel
type RequestChannel =
class
interface IRequestChannel
end
public class RequestChannel implements IRequestChannel
The RequestChannel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
RemoteAddress | Gets the remote endpoint address for this request channel. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Closes the communication channel with the remote endpoint. |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Open | Opens the communication channel with the remote endpoint. |
![]() |
Request | Sends a DPWS request message to the remote endpoint and returns the response message. |
![]() |
RequestOneWay | Sends a one-way DPWS request message to the remote endpoint. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)