点击或拖拽改变大小

HttpServerHandleFileUpload 属性

获取或设置当前的自定义处理文件上传的信息,自动解析好文件的基本信息
Obtain or set the current custom processing file upload information, and automatically parse the basic information of the file

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Func<HttpListenerRequest, HttpListenerResponse, HttpUploadFile, string> HandleFileUpload { get; set; }

属性值

类型:FuncHttpListenerRequest, HttpListenerResponse, HttpUploadFile, String
参见