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