summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ReferenceFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ReferenceFactory.cs')
-rw-r--r--csharp/src/Ice/ReferenceFactory.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/csharp/src/Ice/ReferenceFactory.cs b/csharp/src/Ice/ReferenceFactory.cs
index e839b1a95ee..a29f8235255 100644
--- a/csharp/src/Ice/ReferenceFactory.cs
+++ b/csharp/src/Ice/ReferenceFactory.cs
@@ -62,8 +62,12 @@ namespace IceInternal
"", // Facet
connection.endpoint().datagram() ? Reference.Mode.ModeDatagram : Reference.Mode.ModeTwoway,
connection.endpoint().secure(),
+ Ice.Util.Protocol_1_0,
_instance.defaultsAndOverrides().defaultEncoding,
- connection);
+ connection,
+ -1,
+ null,
+ new Ice.Optional<bool>());
}
public Reference copy(Reference r)