基本信息
源码名称:WCF心跳判断服务端及客户端是否掉线并实现重连接
源码大小:0.08M
文件格式:.rar
开发语言:C#
更新时间:2020-08-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

WCF心跳判断服务端及客户端是否掉线并实现重连接

├── Client
│   ├── App.config
│   ├── CallServer.cs
│   ├── Client.csproj
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │       ├── Client.exe
│   │       ├── Client.exe.config
│   │       ├── Client.pdb
│   │       ├── Client.vshost.exe
│   │       ├── Client.vshost.exe.config
│   │       ├── Client.vshost.exe.manifest
│   │       ├── Interface.dll
│   │       └── Interface.pdb
│   └── obj
│       └── x86
│           └── Debug
│               ├── Client.csproj.FileListAbsolute.txt
│               ├── Client.csprojResolveAssemblyReference.cache
│               ├── Client.exe
│               ├── Client.pdb
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               └── TempPE
├── DuplexSolution.sln
├── DuplexSolution.suo
├── Interface
│   ├── ICallback.cs
│   ├── IPushMessage.cs
│   ├── Interface.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Interface.dll
│   │   │   └── Interface.pdb
│   │   └── Release
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── Interface.csproj.FileListAbsolute.txt
│           ├── Interface.dll
│           ├── Interface.pdb
│           └── TempPE
└── Service
    ├── App.config
    ├── Program.cs
    ├── Properties
    │   └── AssemblyInfo.cs
    ├── PushMessageServer.cs
    ├── Service.csproj
    ├── WcfCleint.cs
    ├── bin
    │   └── Debug
    │       ├── Interface.dll
    │       ├── Interface.pdb
    │       ├── Service.exe
    │       ├── Service.exe.config
    │       ├── Service.pdb
    │       ├── Service.vshost.exe
    │       ├── Service.vshost.exe.config
    │       └── Service.vshost.exe.manifest
    └── obj
        └── x86
            └── Debug
                ├── DesignTimeResolveAssemblyReferencesInput.cache
                ├── Service.csproj.FileListAbsolute.txt
                ├── Service.csprojResolveAssemblyReference.cache
                ├── Service.exe
                ├── Service.pdb
                └── TempPE

24 directories, 49 files