点击或拖拽改变大小

HttpServerApiCalledAction 属性

获取或设置当前接口调用信息处理的委托,可以用于对接口调用的二次分析,在接口调用完成的时候,将触发本委托
Obtain or set the delegate for the current interface call information processing, which can be used for secondary analysis of the interface call, and the delegate will be triggered when the interface call is completed

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

属性值

类型:ActionHttpApiCalledInfo
参见