| 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.5.1.0 (12.5.1.0)
 语法
语法public Func<HttpListenerRequest, HttpListenerResponse, HttpUploadFile, string> HandleFileUpload { get; set; }Public Property HandleFileUpload As Func(Of HttpListenerRequest, HttpListenerResponse, HttpUploadFile, String)
	Get
	Set
public:
property Func<HttpListenerRequest^, HttpListenerResponse^, HttpUploadFile^, String^>^ HandleFileUpload {
	Func<HttpListenerRequest^, HttpListenerResponse^, HttpUploadFile^, String^>^ get ();
	void set (Func<HttpListenerRequest^, HttpListenerResponse^, HttpUploadFile^, String^>^ value);
}member HandleFileUpload : Func<HttpListenerRequest, HttpListenerResponse, HttpUploadFile, string> with get, set
属性值
类型:
FuncHttpListenerRequest, 
HttpListenerResponse, 
HttpUploadFile, 
String 参见
参见