public Vintasoft.Shared.Web.WebImageFileResponseParams UploadImageFile(
System.IO.Stream stream,
string fileName
)
public: Vintasoft.Shared.Web.WebImageFileResponseParams* UploadImageFile(
System.IO.Stream* stream,
string* fileName
)
public:
Vintasoft.Shared.Web.WebImageFileResponseParams^ UploadImageFile(
System.IO.Stream^ stream,
string^ fileName
)
'Declaration Public Function UploadImageFile( _
ByVal streamStream that contains file data.As System.IO.Stream, _
ByVal fileNameA name of uploading file.As String _
) As Vintasoft.Shared.Web.WebImageFileResponseParams
Parameters
- stream
- Stream that contains file data.
- fileName
- A name of uploading file.
Return Value
Response from the server.