点击或拖拽改变大小

HttpServerHandleRequestFunc 属性

获取或设置当前的自定义的处理信息,如果不想继承实现方法,可以使用本属性来关联你自定义的方法。
Get or set the current custom processing information. If you don't want to inherit the implementation method, you can use this attribute to associate your custom method.

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

属性值

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