You've already forked linux-packaging-mono
Imported Upstream version 4.0.3.13
Former-commit-id: 4f1f69b42e04def9a697c2550b23b9cae645ef29
This commit is contained in:
@@ -7,13 +7,19 @@ LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.
|
||||
|
||||
ifneq (2.1, $(FRAMEWORK_VERSION))
|
||||
LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 \
|
||||
-r:System.Configuration.dll \
|
||||
-r:System.Web.Extensions.dll
|
||||
-r:System.Configuration.dll
|
||||
|
||||
ifndef NO_SYSTEM_WEB_DEPENDENCY
|
||||
LIB_MCS_FLAGS += -r:System.Web.Extensions.dll
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
ifndef NO_SYSTEM_SERVICEMODEL_ACTIVATION_DEPENDENCY
|
||||
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
||||
LIB_MCS_FLAGS += -r:System.ServiceModel.Activation.dll
|
||||
endif
|
||||
endif
|
||||
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ namespace System.ServiceModel.Channels
|
||||
return context.GetInnerProperty<T> ();
|
||||
}
|
||||
|
||||
#if !NET_2_1
|
||||
#if !NET_2_1 && !XAMMAC_4_5
|
||||
[MonoTODO]
|
||||
void IWsdlExportExtension.ExportContract (WsdlExporter exporter, WsdlContractConversionContext context)
|
||||
{
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace System.ServiceModel.Description
|
||||
// clientRuntime.MessageInspectors.Add (something);
|
||||
}
|
||||
|
||||
#if !NET_2_1
|
||||
#if !NET_2_1 && !XAMMAC_4_5
|
||||
protected virtual void AddServerErrorHandlers (ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher)
|
||||
{
|
||||
endpointDispatcher.ChannelDispatcher.ErrorHandlers.Add (new WebHttpErrorHandler ());
|
||||
@@ -103,7 +103,7 @@ namespace System.ServiceModel.Description
|
||||
|
||||
public virtual void ApplyDispatchBehavior (ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher)
|
||||
{
|
||||
#if NET_2_1
|
||||
#if NET_2_1 || XAMMAC_4_5
|
||||
throw new NotImplementedException ();
|
||||
#else
|
||||
endpointDispatcher.DispatchRuntime.OperationSelector = GetOperationSelector (endpoint);
|
||||
@@ -146,7 +146,7 @@ namespace System.ServiceModel.Description
|
||||
}
|
||||
}
|
||||
|
||||
#if !NET_2_1
|
||||
#if !NET_2_1 && !XAMMAC_4_5
|
||||
internal class DispatchPairFormatter : IDispatchMessageFormatter
|
||||
{
|
||||
public DispatchPairFormatter (IDispatchMessageFormatter request, IDispatchMessageFormatter reply)
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace System.ServiceModel
|
||||
|
||||
public WebHttpBinding (string configurationName)
|
||||
{
|
||||
#if !NET_2_1
|
||||
#if !NET_2_1 && !XAMMAC_4_5
|
||||
BindingsSection bindingsSection = ConfigUtil.BindingsSection;
|
||||
WebHttpBindingElement el = (WebHttpBindingElement) bindingsSection ["webHttpBinding"].ConfiguredBindings.FirstOrDefault (c => c.Name == configurationName);
|
||||
if (el != null) {
|
||||
@@ -88,7 +88,7 @@ namespace System.ServiceModel
|
||||
get { return EnvelopeVersion.None; }
|
||||
}
|
||||
|
||||
#if !NET_2_1
|
||||
#if !NET_2_1 && !XAMMAC_4_5
|
||||
[DefaultValue (false)]
|
||||
public bool AllowCookies {
|
||||
get { return t.AllowCookies; }
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
#include mobile_System.ServiceModel.Web.dll.sources
|
||||
System.ServiceModel.Web/IncomingWebRequestContext.cs
|
||||
System.ServiceModel.Web/OutgoingWebResponseContext.cs
|
||||
System.ServiceModel.Syndication/Atom10FeedFormatter.cs
|
||||
System.ServiceModel.Syndication/Atom10FeedFormatter_1.cs
|
||||
System.ServiceModel.Syndication/Atom10ItemFormatter.cs
|
||||
System.ServiceModel.Syndication/Atom10ItemFormatter_1.cs
|
||||
System.ServiceModel.Syndication/AtomPub10CategoriesDocumentFormatter.cs
|
||||
System.ServiceModel.Syndication/AtomPub10ServiceDocumentFormatter.cs
|
||||
System.ServiceModel.Syndication/AtomPub10ServiceDocumentFormatter_1.cs
|
||||
System.ServiceModel.Syndication/CategoriesDocument.cs
|
||||
System.ServiceModel.Syndication/CategoriesDocumentFormatter.cs
|
||||
System.ServiceModel.Syndication/ISyndicationElement.cs
|
||||
System.ServiceModel.Syndication/InlineCategoriesDocument.cs
|
||||
System.ServiceModel.Syndication/ReferencedCategoriesDocument.cs
|
||||
System.ServiceModel.Syndication/ResourceCollectionInfo.cs
|
||||
System.ServiceModel.Syndication/Rss20FeedFormatter.cs
|
||||
System.ServiceModel.Syndication/Rss20FeedFormatter_1.cs
|
||||
System.ServiceModel.Syndication/Rss20ItemFormatter.cs
|
||||
System.ServiceModel.Syndication/Rss20ItemFormatter_1.cs
|
||||
System.ServiceModel.Syndication/ServiceDocument.cs
|
||||
System.ServiceModel.Syndication/ServiceDocumentFormatter.cs
|
||||
System.ServiceModel.Syndication/SyndicationCategory.cs
|
||||
System.ServiceModel.Syndication/SyndicationContent.cs
|
||||
System.ServiceModel.Syndication/SyndicationElementExtension.cs
|
||||
System.ServiceModel.Syndication/SyndicationElementExtensionCollection.cs
|
||||
System.ServiceModel.Syndication/SyndicationExtensions.cs
|
||||
System.ServiceModel.Syndication/SyndicationFeed.cs
|
||||
System.ServiceModel.Syndication/SyndicationFeedFormatter.cs
|
||||
System.ServiceModel.Syndication/SyndicationItem.cs
|
||||
System.ServiceModel.Syndication/SyndicationItemFormatter.cs
|
||||
System.ServiceModel.Syndication/SyndicationLink.cs
|
||||
System.ServiceModel.Syndication/SyndicationPerson.cs
|
||||
System.ServiceModel.Syndication/SyndicationVersions.cs
|
||||
System.ServiceModel.Syndication/TextSyndicationContent.cs
|
||||
System.ServiceModel.Syndication/TextSyndicationContentKind.cs
|
||||
System.ServiceModel.Syndication/UrlSyndicationContent.cs
|
||||
System.ServiceModel.Syndication/Workspace.cs
|
||||
System.ServiceModel.Syndication/XmlSyndicationContent.cs
|
||||
Reference in New Issue
Block a user