diff options
Diffstat (limited to 'csharp/src/Ice/InputStream.cs')
-rw-r--r-- | csharp/src/Ice/InputStream.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/src/Ice/InputStream.cs b/csharp/src/Ice/InputStream.cs index eec49215d05..9c6cca1c2df 100644 --- a/csharp/src/Ice/InputStream.cs +++ b/csharp/src/Ice/InputStream.cs @@ -628,6 +628,8 @@ namespace Ice var encoding = new EncodingVersion(); encoding.ice_readMembers(this); + Protocol.checkSupportedEncoding(encoding); // Make sure the encoding is supported. + if(encoding.Equals(Util.Encoding_1_0)) { if(sz != 6) |