I doesn't seem to be allowed to have constants in your interface in C#. How is the best way to work around this??. I have a simple server client solution that sends message to each other to do some operation. I would like every node to understand what kind of operation is asked for (value of operation). (In java you can set contants in the interface, and you are then sure that all objects implementing this, knows the value).
Thomas
Thomas