IpcClient 类
- 命名空间
- ClassIsland.Shared.IPC
- 程序集
- ClassIsland.Shared.IPC.dll
跨进程通信客户端,用于在其他进程中与 ClassIsland 本体进行通信。
public class IpcClient
- 继承
-
IpcClient
- 继承成员
构造函数
IpcClient()
初始化一个 IpcClient 对象。
public IpcClient()
属性
JsonIpcProvider
JSON IPC 提供方。
public JsonIpcDirectRoutedProvider JsonIpcProvider { get; }
属性值
- JsonIpcDirectRoutedProvider
PeerProxy
远程的对方
public PeerProxy? PeerProxy { get; }
属性值
- PeerProxy
PipeName
IPC 服务端管道名称
public static string PipeName { get; }
属性值
Provider
IPC 提供方。
public IpcProvider Provider { get; }
属性值
- IpcProvider
方法
Connect()
连接到 ClassIsland。
public Task Connect()