• 大小: 0.31M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: WCF  实例  c  

资源简介


代码片段和文件信息

using System;
using System.Collections;
using System.Collections.Generic;
using System.ServiceModel;
using Common;


namespace Chatters
{
    #region IChat interface
    /// 
    /// This interface provides 4 methods that may be used in order to clients
    /// to carry out specific actions in the chat room. This interface
    /// expects the clients that implement this interface to be able also support
    /// a callback of type IChatCallback
    /// 
    /// There are methods for
    /// 
    /// Say : send a globally broadcasted message
    /// Whisper : send a personal message
    /// Join : join the chat room
    /// Leave : leave the chat room
    /// 

    [ServiceContract(SessionMode = SessionMode.Required Ca

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1000  2007-06-20 11:03  WCFWPFChatters\ChatService\App.config

     文件      16990  2007-07-25 20:40  WCFWPFChatters\ChatService\ChatService.cs

     文件       2637  2007-07-24 18:06  WCFWPFChatters\ChatService\ChatService.csproj

     文件       2021  2007-07-22 19:15  WCFWPFChatters\ChatService\ClassDiagram1.cd

     文件        184  2007-06-20 11:10  WCFWPFChatters\ChatService\HOW TO CREATE CLIENT PROXY.txt

     文件       1294  2007-07-22 10:39  WCFWPFChatters\ChatService\Program.cs

     文件       1418  2007-01-02 11:11  WCFWPFChatters\ChatService\Properties\AssemblyInfo.cs

     文件      20480  2014-02-11 11:03  WCFWPFChatters\ChatService\bin\Debug\ChatService.exe

     文件       1000  2007-06-20 11:03  WCFWPFChatters\ChatService\bin\Debug\ChatService.exe.config

     文件      19968  2014-02-11 11:03  WCFWPFChatters\ChatService\bin\Debug\ChatService.pdb

     文件       5632  2014-02-11 11:03  WCFWPFChatters\ChatService\bin\Debug\ChatService.vshost.exe

     文件       1000  2007-06-20 11:03  WCFWPFChatters\ChatService\bin\Debug\ChatService.vshost.exe.config

     文件      16384  2014-02-11 11:03  WCFWPFChatters\ChatService\bin\Debug\Person.dll

     文件      13824  2014-02-11 11:03  WCFWPFChatters\ChatService\bin\Debug\Person.pdb

     文件      20480  2007-01-02 11:15  WCFWPFChatters\ChatService\bin\Release\ChatService.exe

     文件       1008  2007-01-02 11:11  WCFWPFChatters\ChatService\bin\Release\ChatService.exe.config

     文件      15872  2007-01-02 11:15  WCFWPFChatters\ChatService\bin\Release\ChatService.pdb

     文件       5632  2005-09-23 06:56  WCFWPFChatters\ChatService\bin\Release\ChatService.vshost.exe

     文件       1008  2007-01-02 11:11  WCFWPFChatters\ChatService\bin\Release\ChatService.vshost.exe.config

     文件        708  2014-02-11 11:03  WCFWPFChatters\ChatService\obj\ChatService.csproj.FileListAbsolute.txt

     文件      20480  2014-02-11 11:03  WCFWPFChatters\ChatService\obj\Debug\ChatService.exe

     文件      19968  2014-02-11 11:03  WCFWPFChatters\ChatService\obj\Debug\ChatService.pdb

     文件      33644  2014-02-11 11:03  WCFWPFChatters\ChatService\obj\Debug\ResolveAssemblyReference.cache

     文件       2195  2007-07-18 19:22  WCFWPFChatters\Chatters.sln

     文件        424  2007-07-22 19:57  WCFWPFChatters\Common\ClassDiagram1.cd

     文件       2361  2007-07-22 19:57  WCFWPFChatters\Common\Common.csproj

     文件       3049  2007-07-22 10:39  WCFWPFChatters\Common\Person.cs

     文件       1383  2007-06-19 18:47  WCFWPFChatters\Common\Properties\AssemblyInfo.cs

     文件      16384  2014-02-11 11:03  WCFWPFChatters\Common\bin\Debug\Person.dll

     文件      13824  2014-02-11 11:03  WCFWPFChatters\Common\bin\Debug\Person.pdb

............此处省略71个文件信息

评论

共有 条评论