summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/IPEndpointI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/IPEndpointI.cs')
-rw-r--r--csharp/src/Ice/IPEndpointI.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/csharp/src/Ice/IPEndpointI.cs b/csharp/src/Ice/IPEndpointI.cs
index 7cb442a4284..3a0263407bd 100644
--- a/csharp/src/Ice/IPEndpointI.cs
+++ b/csharp/src/Ice/IPEndpointI.cs
@@ -121,11 +121,7 @@ namespace IceInternal
public override void connectors_async(Ice.EndpointSelectionType selType, EndpointI_connectors callback)
{
-#if SILVERLIGHT
- callback.connectors(connectors(selType));
-#else
instance_.resolve(host_, port_, selType, this, callback);
-#endif
}
public override List<EndpointI> expand()
@@ -167,15 +163,6 @@ namespace IceInternal
return connectors;
}
-#if SILVERLIGHT
- public List<Connector> connectors(Ice.EndpointSelectionType selType)
- {
- return connectors(Network.getAddresses(host_, port_, instance_.protocolSupport(), selType,
- instance_.preferIPv6(), false),
- instance_.networkProxy());
- }
-#endif
-
public override string options()
{
//