File: README

package info (click to toggle)
zeroc-ice-csharp 3.2.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,752 kB
  • ctags: 5,838
  • sloc: cs: 48,139; python: 1,255; makefile: 1,253; xml: 110; ansic: 87; sh: 26
file content (18 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Ice for C# currently does not support the following features of Ice
for C++:

- Freeze

Protocol compression is supported. Note that, for compression to work,
libbz2 must be installed and in your %PATH% or $LD_LIBRARY_PATH. If
libbz2 cannot be found at run time, Ice automatically disables
protocol compression. You can download bzip2 at

    http://sources.redhat.com/bzip2

Supported environments:

- Visual C#, .NET 2.0 (Windows)
- Mono

See INSTALL.VISUAL_C# or INSTALL.MONO for installation information.