点击或拖拽改变大小

HttpServerDealWithHttpListenerRequest 属性

额外的处理请求信息的委托定义,将可以自定义处理一些特殊的请求头数据,例如一些账户相关的其他属性,语言属性等等。
Additional delegate definitions for processing request information will be able to customize some special request header data, such as some other account-related attributes, language attributes, and so on.

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Action<HttpListenerRequest, ISessionContext> DealWithHttpListenerRequest { get; set; }

属性值

类型:ActionHttpListenerRequest, ISessionContext
参见