using XFEExtension.NetCore.DelegateExtension;
using XFEExtension.NetCore.ServerInteractive.Models.RequesterModels;
namespace XFEExtension.NetCore.ServerInteractive.Interfaces.Requester;
///
/// 请求器基接口
///
public interface IRequesterBase
{
///
/// 请求地址
///
string RequestAddress { get; set; }
///
/// 本次会话Session
///
string Session { get; set; }
///
/// 电脑信息
///
string DeviceInfo { get; set; }
///
/// 请求消息返回事件
///
public event XFEEventHandler