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
Public property RemoteAddress Gets the remote endpoint address for this request channel.

Top

Methods

  Name Description
Public method Close Closes the communication channel with the remote endpoint.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Open Opens the communication channel with the remote endpoint.
Public method Request Sends a DPWS request message to the remote endpoint and returns the response message.
Public method RequestOneWay Sends a one-way DPWS request message to the remote endpoint.
Public method 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.

See Also

Reference

Ws.Services.Binding Namespace