Click or drag to resize

NotSupportedResponse Class

Allows a CFX endpoint to indicate to the sender of a request that it is not able to answer to this particular request There can be several reasons : - Unknown request/response message : appeared in a more recent version of CFX than the one used by the endpoint - Unknown request/response message : totally unknown request (should never append) - This request/response message is not implemented in the endpoint because it is not applicable or not implemented yet
{
  "RequestResult": {
    "Result": "Failed",
    "ResultCode": 0,
    "Message": "Unknown message"
  }
}
///
{
  "RequestResult": {
    "Result": "Failed",
    "ResultCode": 0,
    "Message": "Not implemented message"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFXNotSupportedResponse

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class NotSupportedResponse : CFXMessage

The NotSupportedResponse type exposes the following members.

Constructors
 NameDescription
Public methodNotSupportedResponse Default constructor
Top
Properties
 NameDescription
Public propertyRequestResult The result of the request
Top
See Also

Reference

CFX Namespace