Request MethodsBluefin Web Client API Documentation
The Request type exposes the following members.
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
See Also