.TH "globus_gass_transfer_request_t" 3 "Mon Apr 30 2012" "Version 7.2" "globus gass transfer" \" -*- nroff -*- .ad l .nh .SH NAME globus_gass_transfer_request_t \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP Request handle\&. A request handle is associated with each file transfer operation\&. The same structure is used for both client- and server- side requests\&. For client operations, the initial call to \fBglobus_gass_transfer_get()\fP, \fBglobus_gass_transfer_register_get()\fP, \fBglobus_gass_transfer_get()\fP, \fBglobus_gass_transfer_register_put()\fP, \fBglobus_gass_transfer_append()\fP, \fBglobus_gass_transfer_register_append()\fP initializes the request\&. For server operations, the request is initialized by calling globus_gass_transfer_accept()\&. .PP The functions in the \fBrequest section\fP of this manual describe the functions available for accessing information from a request handle\&. .PP Each request handle should be destroyed by calling \fBglobus_gass_transfer_request_destroy()\fP once the user has completed processing the request\&. .SH "Author" .PP Generated automatically by Doxygen for globus gass transfer from the source code\&.