You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.122
Former-commit-id: a99f46acaeba3ab496c7afc02c29b839e30a0d0b
This commit is contained in:
@ -65,7 +65,6 @@ namespace System.ServiceModel
|
||||
return new EndpointAddress10 (address);
|
||||
}
|
||||
|
||||
#if !NET_2_1
|
||||
public static XmlQualifiedName GetSchema (XmlSchemaSet xmlSchemaSet)
|
||||
{
|
||||
if (xmlSchemaSet == null)
|
||||
@ -73,7 +72,6 @@ namespace System.ServiceModel
|
||||
xmlSchemaSet.Add (XmlSchema.Read (typeof (EndpointAddress10).Assembly.GetManifestResourceStream ("ws-addr.xsd"), null));
|
||||
return new XmlQualifiedName ("EndpointReferenceType", AddressingVersion.WSAddressing10.Namespace);
|
||||
}
|
||||
#endif
|
||||
|
||||
public EndpointAddress ToEndpointAddress ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user