Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop .net

XDMessaging.Net-master

  • Category : .net
  • Tags :
  • Update : 2017-11-24
  • Size : 2.61mb
  • Downloaded :0次
  • Author :caijr
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
XDMessaging library.
Packet file list
(Preview for download)
FilenameSizeUpdate
.gitignore 1521 2013-03-30
Bin
Bin\.gitignore 49 2013-03-30
Bin\License 1160 2013-03-30
Bin\Messenger.exe 17920 2013-03-30
Bin\Messenger.exe.config.template 278 2013-03-30
Bin\XDMessaging.dll 51200 2013-03-30
Bin\XDMessaging.pdb 126464 2013-03-30
Bin\XDMessaging.Transport.Amazon.dll 3891200 2013-03-30
Bin\XDMessaging.Transport.Amazon.pdb 89600 2013-03-30
Bin\XDMessaging.Transport.IOStream.dll 14848 2013-03-30
Bin\XDMessaging.Transport.IOStream.pdb 26112 2013-03-30
Bin\XDMessaging.Transport.WindowsMessaging.dll 14336 2013-03-30
Bin\XDMessaging.Transport.WindowsMessaging.pdb 34304 2013-03-30
Demo
Demo\C#
Demo\C#\Messenger
Demo\C#\Messenger\.gitignore 10 2013-03-30
Demo\C#\Messenger\app.config.template 385 2013-03-30
Demo\C#\Messenger\FormattedUserMessage.cs 866 2013-03-30
Demo\C#\Messenger\Messenger.cs 16602 2013-03-30
Demo\C#\Messenger\Messenger.csproj 4649 2013-03-30
Demo\C#\Messenger\Messenger.Designer.cs 11217 2013-03-30
Demo\C#\Messenger\Messenger.resx 5814 2013-03-30
Demo\C#\Messenger\Program.cs 2375 2013-03-30
Demo\C#\Messenger\Properties
Demo\C#\Messenger\Properties\AssemblyInfo.cs 1286 2013-03-30
Demo\C#\Samples.sln 2563 2013-03-30
Demo\C#\Test Service
Demo\C#\Test Service\.gitignore 10 2013-03-30
Demo\C#\Test Service\app.config.template 269 2013-03-30
Demo\C#\Test Service\Install.bat 226 2013-03-30
Demo\C#\Test Service\Program.cs 960 2013-03-30
Demo\C#\Test Service\Properties
Demo\C#\Test Service\Properties\AssemblyInfo.cs 1288 2013-03-30
Demo\C#\Test Service\Test Service.csproj 6734 2013-03-30
Demo\C#\Test Service\TestInstaller.cs 1506 2013-03-30
Demo\C#\Test Service\TestInstaller.Designer.cs 1068 2013-03-30
Demo\C#\Test Service\TestService.cs 5494 2013-03-30
Demo\C#\Test Service\TestService.Designer.cs 1114 2013-03-30
Demo\C#\Test Service\Uninstall.bat 225 2013-03-30
License 1160 2013-03-30
Nuget
Nuget\app.config.transform 144 2013-03-30
Nuget\pack-nuget.bat 280 2013-03-30
Nuget\XDMessaging.nuspec 1550 2013-03-30
README.markdown 956 2013-03-30
Source
Source\.nuget
Source\.nuget\NuGet.Config 164 2013-03-30
Source\.nuget\NuGet.exe 650240 2013-03-30
Source\.nuget\NuGet.targets 7324 2013-03-30
Source\CommonAssemblyInfo.cs 1093 2013-03-30
Source\lib
Source\lib\.gitignore 13 2013-03-30
Source\TheCodeKing.Utils
Source\TheCodeKing.Utils\Collections
Source\TheCodeKing.Utils\Collections\FixedSizeCollection.cs 2823 2013-03-30
Source\TheCodeKing.Utils\Contract
Source\TheCodeKing.Utils\Contract\Validate.cs 10943 2013-03-30
Source\TheCodeKing.Utils\IO
Source\TheCodeKing.Utils\IoC
Source\TheCodeKing.Utils\IoC\IoCActivator.cs 2620 2013-03-30
Source\TheCodeKing.Utils\IoC\IoCContainer.cs 2427 2013-03-30
Source\TheCodeKing.Utils\IoC\IoCContainerExtensions.cs 5717 2013-03-30
Source\TheCodeKing.Utils\IoC\IocInitializeAttribute.cs 1366 2013-03-30
Source\TheCodeKing.Utils\IoC\IoCScanner.cs 2349 2013-03-30
Source\TheCodeKing.Utils\IoC\LifeTime.cs 519 2013-03-30
Source\TheCodeKing.Utils\IoC\LinqExtensions.cs 1767 2013-03-30
Source\TheCodeKing.Utils\IoC\SimpleIoCContainer.cs 10240 2013-03-30
Source\TheCodeKing.Utils\IoC\SimpleIoCScanner.cs 10321 2013-03-30
Source\TheCodeKing.Utils\IO\IocScannerException.cs 777 2013-03-30
Source\TheCodeKing.Utils\Properties
Source\TheCodeKing.Utils\Properties\AssemblyInfo.cs 249 2013-03-30
Source\TheCodeKing.Utils\Serialization
Source\TheCodeKing.Utils\Serialization\BinarySerializer.cs 2306 2013-03-30
Source\TheCodeKing.Utils\Serialization\ISerializer.cs 658 2013-03-30
Source\TheCodeKing.Utils\Serialization\JsonSerializer.cs 1519 2013-03-30
Source\TheCodeKing.Utils\TheCodeKing.Utils.csproj 4034 2013-03-30
Source\XDMessaging.5.1.ReSharper 5775 2013-03-30
Source\XDMessaging.Core
Source\XDMessaging.Core\Entities
Source\XDMessaging.Core\Entities\Broadcasters.cs 2657 2013-03-30
Source\XDMessaging.Core\Entities\Listeners.cs 2537 2013-03-30
Source\XDMessaging.Core\Entities\XDRegisterBase.cs 1049 2013-03-30
Source\XDMessaging.Core\IdentityProviders
Source\XDMessaging.Core\IdentityProviders\IdentityScope.cs 530 2013-03-30
Source\XDMessaging.Core\IdentityProviders\IIdentityProvider.cs 626 2013-03-30
Source\XDMessaging.Core\IdentityProviders\MachineNameIdentityProvider.cs 811 2013-03-30
Source\XDMessaging.Core\IdentityProviders\UniqueIdentityProvider.cs 812 2013-03-30
Source\XDMessaging.Core\IO
Source\XDMessaging.Core\IoC
Source\XDMessaging.Core\IoC\SimpleIoCContainerBootstrapper.cs 2829 2013-03-30
Source\XDMessaging.Core\IO\XDMessagingException.cs 787 2013-03-30
Source\XDMessaging.Core\IXDBroadcaster.cs 1207 2013-03-30
Source\XDMessaging.Core\IXDListener.cs 1765 2013-03-30
Source\XDMessaging.Core\Messages
Source\XDMessaging.Core\Messages\DataGram.cs 3746 2013-03-30
Source\XDMessaging.Core\Messages\NetworkRelayMessage.cs 2175 2013-03-30
Source\XDMessaging.Core\Messages\TypedDataGram.cs 2185 2013-03-30
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.