summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ProtocolInstance.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ProtocolInstance.cs')
-rw-r--r--csharp/src/Ice/ProtocolInstance.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/csharp/src/Ice/ProtocolInstance.cs b/csharp/src/Ice/ProtocolInstance.cs
index 6cd500e44f1..83b843eefbc 100644
--- a/csharp/src/Ice/ProtocolInstance.cs
+++ b/csharp/src/Ice/ProtocolInstance.cs
@@ -52,6 +52,11 @@ namespace IceInternal
return logger_;
}
+ public EndpointFactory getEndpointFactory(short type)
+ {
+ return instance_.endpointFactoryManager().get(type);
+ }
+
public string protocol()
{
return protocol_;