The Request type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Request |
Initializes the instance of Request class for host Bluefin Account.
|
![]() | Request(BluefinAccount) |
Initializes the instance of Request class
for customer account known by account.
|
Methods
Name | Description | |
---|---|---|
![]() | AsBoolean |
Parses string as Bluefin Boolean return.
|
![]() | Dispose |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
|
![]() | Dispose(Boolean) |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
|
![]() | Finalize |
Destructor to be called by .NET Garbage Collector.
(Overrides ![]() |
![]() | IsSupported |
Check to see, if the request is supported.
|
![]() | IsSupported(String ) |
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
|
![]() | IsValid |
Validate request data.
|
![]() | IsValid(String ) |
Validate request data. Additionally sets detailed error message, if data is invalid.
|
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets string of account access key assosiated with the request.
This is the value passed in Request(BluefinAccount) |
![]() | AccountID |
Gets string of account number assosiated with the request.
This is the value passed in Request(BluefinAccount) |
![]() | CustomData |
Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
|
![]() | CustomID |
Gets or sets string of custom ID.
|
See Also