Request MembersBluefin Web Client API Documentation

The Request type exposes the following members.
Constructors

  NameDescription
Public methodRequest 
Initializes the instance of Request class for host Bluefin Account.
Public methodRequest(BluefinAccount)
Initializes the instance of Request class for customer account known by account.
Back to Top
Methods

  NameDescription
Protected methodAsBoolean
Parses string as Bluefin Boolean return.
Public methodDispose 
Releases all object resources and suppresses Garbage Collector call to finalize this object.
Protected methodDispose(Boolean)
Releases all object resources and suppresses Garbage Collector call to finalize this object.
Protected methodFinalize
Destructor to be called by .NET Garbage Collector.
(Overrides OnlineObject Finalize .)
Public methodIsSupported 
Check to see, if the request is supported.
Public methodIsSupported(String )
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
Public methodIsValid 
Validate request data.
Public methodIsValid(String )
Validate request data. Additionally sets detailed error message, if data is invalid.
Back to Top
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
Public propertyCustomID
Gets or sets string of custom ID.
Back to Top
See Also