'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function UploadImageFile( _
ByVal sessionIdИдентификатор сеанса.As String, _
ByVal fileФайл отправлен с HTTP запросом.As Microsoft.AspNetCore.Http.IFormFile _
) As Vintasoft.Shared.Web.WebImageFileResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Shared.Web.WebImageFileResponseParams UploadImageFile(
string sessionId,
Microsoft.AspNetCore.Http.IFormFile file
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Shared.Web.WebImageFileResponseParams* UploadImageFile(
string* sessionId,
Microsoft.AspNetCore.Http.IFormFile* file
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Shared.Web.WebImageFileResponseParams^ UploadImageFile(
string^ sessionId,
Microsoft.AspNetCore.Http.IFormFile^ file
)
Parameters
- sessionId
- Идентификатор сеанса.
- file
- Файл отправлен с HTTP запросом.
Return Value
Ответ от сервера.