Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@ -258,3 +259,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.IO;
@ -461,3 +462,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@ -204,3 +205,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -32,8 +32,10 @@ using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
#if !MOBILE
using System.IdentityModel.Selectors;
using System.IdentityModel.Tokens;
#endif
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.ServiceModel.Description;

View File

@ -25,7 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.ServiceModel;
using System.ServiceModel.Channels;
@ -197,4 +197,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.Net.Security;
@ -443,3 +444,5 @@ namespace MonoTests.System.ServiceModel.Channels
{
}
}
#endif

View File

@ -25,7 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.ServiceModel;
using System.ServiceModel.Channels;
@ -73,4 +73,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.IO;
using System.Net;
@ -647,3 +648,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.IO;
@ -580,3 +581,4 @@ namespace MonoTests.System.ServiceModel.Channels
#endregion
}
}
#endif

View File

@ -43,6 +43,7 @@ namespace MonoTests.System.ServiceModel.Channels
[TestFixture]
public class HttpsTransportBindingElementTest
{
#if !MOBILE && !XAMMAC_4_5
[Test]
[ExpectedException (typeof (ArgumentException))]
public void BuildChannelFactoryForHttpEndpoint ()
@ -62,7 +63,7 @@ namespace MonoTests.System.ServiceModel.Channels
b.Security.Mode = BasicHttpSecurityMode.Transport;
b.BuildChannelListener<IReplyChannel> (new Uri ("http://localhost:8080"));
}
#endif
[Test]
public void GetProperty ()
{

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.Net;
@ -513,3 +514,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@ -62,3 +63,4 @@ namespace MonoTests.System.ServiceModel
}
}
}
#endif

View File

@ -13,6 +13,7 @@ namespace MonoTests.System.ServiceModel.Channels
[TestFixture]
public class MessageBufferTest
{
#if !MOBILE && !XAMMAC_4_5
[Test]
public void TestCreateNavigator ()
{
@ -23,7 +24,7 @@ namespace MonoTests.System.ServiceModel.Channels
Assert.IsTrue (nav is SeekableXPathNavigator);
}
#endif
[Test]
[ExpectedException (typeof (InvalidOperationException))]
public void TestCreateBufferedCopyTwice ()

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.IO;
@ -135,3 +136,5 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
#endif

View File

@ -25,7 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Net.Security;
using System.ServiceModel;
@ -159,4 +159,5 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.IO;
@ -181,3 +182,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.IO;
@ -118,3 +119,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.ServiceModel;
@ -88,3 +89,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.ObjectModel;
using System.Net;
@ -153,3 +154,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

View File

@ -25,6 +25,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Collections.Generic;
using System.IO;
@ -125,3 +126,4 @@ namespace MonoTests.System.ServiceModel.Channels
}
}
}
#endif

Some files were not shown because too many files have changed in this diff Show More