public abstract class CustomBetweenAndDataHandlingAdapter<TBetweenAndRequestInfo> : CustomDataHandlingAdapter<TBetweenAndRequestInfo>
where TBetweenAndRequestInfo : IRequestInfo
Public MustInherit Class CustomBetweenAndDataHandlingAdapter(Of TBetweenAndRequestInfo As IRequestInfo)
Inherits CustomDataHandlingAdapter(Of TBetweenAndRequestInfo)[<AbstractClassAttribute>]
type CustomBetweenAndDataHandlingAdapter<'TBetweenAndRequestInfo when 'TBetweenAndRequestInfo : IRequestInfo> =
class
inherit CustomDataHandlingAdapter<'TBetweenAndRequestInfo>
end[缺少 "T:TouchSocket.Core.CustomBetweenAndDataHandlingAdapter`1" 的 <typeparam name="TBetweenAndRequestInfo"/> 文档]
| CustomBetweenAndDataHandlingAdapterTBetweenAndRequestInfo | 初始化 CustomBetweenAndDataHandlingAdapterTBetweenAndRequestInfo 类的一个新实例 |
| CacheTimeout |
缓存超时时间。默认1秒。
(继承自 SingleStreamDataHandlingAdapter。) |
| CacheTimeoutEnable |
是否启用缓存超时。默认。
(继承自 SingleStreamDataHandlingAdapter。) |
| CanSendRequestInfo |
是否允许发送IRequestInfo对象。
(继承自 CustomDataHandlingAdapterTRequest。) |
| DisposedValue |
标识该对象是否已被释放
(继承自 DisposableObject。) |
| EndCode | 结束字符,不可以为,不可以为0长度,必须具有有效值。 |
| LastCacheTime |
最后缓存的时间
(继承自 SingleStreamDataHandlingAdapter。) |
| Logger |
日志记录器。
(继承自 DataHandlingAdapter。) |
| MaxPackageSize |
获取或设置适配器能接收的最大数据包长度。默认1024*1024 Byte。
(继承自 DataHandlingAdapter。) |
| MinSize | 即使找到了终止因子,也不会结束,默认0 |
| Owner |
适配器所有者
(继承自 DataHandlingAdapter。) |
| ReceivedAsyncCallBack |
当接收数据处理完成后,回调该函数执行接收
(继承自 SingleStreamDataHandlingAdapter。) |
| StartCode | 起始字符,不可以为,可以为0长度 |
| Config |
将TouchSocketConfig中的配置,装载在SingleStreamDataHandlingAdapter上。
(由 DataHandlingAdapterExtension 定义。) |
| Config |
将TouchSocketConfig中的配置,装载在SingleStreamDataHandlingAdapter上。
(由 DataHandlingAdapterExtension 定义。) |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |