The properties of the UploadFileRequest class are listed below. For a complete list of UploadFileRequest class members, see the UploadFileRequest Members topic.
DoesModifyConnection (inherited from AbstractRequest) |
Indicates whether the response modifies the cvs
connection. trueif the connection is modified, falseotherwise. |
DoesModifyInputStream (inherited from AbstractRequest) |
Indicates whether the response modifies the input
stream. trueif the input stream is modified, falseotherwise. |
IsResponseExpected |
Response expected: false. |
RequestString | Upload the file to the server. |
UploadFileRequest Class | ICSharpCode.SharpCvsLib.Requests Namespace