System.ServiceModel.NetTcp 4.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.ServiceModel.NetTcp --version 4.1.0
NuGet\Install-Package System.ServiceModel.NetTcp -Version 4.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.ServiceModel.NetTcp --version 4.1.0
#r "nuget: System.ServiceModel.NetTcp, 4.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.ServiceModel.NetTcp as a Cake Addin
#addin nuget:?package=System.ServiceModel.NetTcp&version=4.1.0

// Install System.ServiceModel.NetTcp as a Cake Tool
#tool nuget:?package=System.ServiceModel.NetTcp&version=4.1.0

Provides types for consuming and communicating with WCF services over the Transmission Control Protocol (TCP).

Commonly Used Types:
System.ServiceModel.NetTcpBinding
System.ServiceModel.NetTcpSecurity

TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279
When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed.  win8 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (363)

Showing the top 5 NuGet packages that depend on System.ServiceModel.NetTcp:

Package Downloads
Microsoft.Identity.Client The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI, Xamarin iOS, Xamarin Android and UWP

Microsoft.IdentityModel.Clients.ActiveDirectory The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements.

Microsoft.Windows.Compatibility The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

Microsoft.NETCore.UniversalWindowsPlatform The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a set of packages that can be used when building Universal Windows applications on .NETCore. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

DevExpress.Xpo The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. XPO supports more than a dozen database management systems and implements a common high-level API. Whether using MS SQL Server, PostgreSQL, MySQL, Oracle, or others, you will use the same code to implement data access and management operations. Should you decide to move your storage to a different database system, you’ll only need to change the connection string. For more information, see https://DevExpress.com/XPO.

GitHub repositories (23)

Showing the top 5 popular GitHub repositories that depend on System.ServiceModel.NetTcp:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
dotnet/samples
Sample code referenced by the .NET documentation
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
CoreWCF/CoreWCF
Main repository for the Core WCF project
Version Downloads Last updated
8.0.0 586,953 12/13/2023
6.2.0 768,082 11/8/2023
6.1.0 293,112 10/18/2023
6.0.0 2,342,247 5/18/2023
6.0.0-rc.23205.4 8,052 4/7/2023
6.0.0-preview1.23060.3 25,301 1/18/2023
4.10.3 1,831,313 10/16/2023
4.10.2 3,351,404 3/27/2023
4.10.0 8,155,093 8/17/2022
4.10.0-preview1.22261.2 25,929 5/16/2022
4.9.0 18,709,464 11/8/2021
4.9.0-rc2.21473.1 13,559 10/12/2021
4.9.0-rc1.21431.2 6,011 9/15/2021
4.9.0-preview1.21220.1 8,521 6/30/2021
4.8.1 13,798,205 1/30/2021
4.8.0 6,684,900 11/10/2020
4.8.0-rc2.20474.1 831 11/4/2020
4.8.0-preview3.20412.3 18,717 8/27/2020
4.7.0 31,718,013 12/3/2019
4.7.0-rtm.20072.1 758 2/18/2020
4.7.0-preview2.19522.3 14,344 11/1/2019
4.7.0-preview1.final 6,632 10/15/2019
4.6.0 3,809,558 9/23/2019
4.6.0-preview9.final 10,161 9/4/2019
4.6.0-preview8.final 11,045 8/13/2019
4.6.0-preview6.final 98,844 6/12/2019
4.6.0-preview5.final 4,017 5/10/2019
4.5.3 11,584,815 7/20/2018
4.5.1 217,659 6/18/2018
4.5.0 393,947 5/29/2018
4.5.0-rc1-26502-06 16,754 5/6/2018
4.5.0-preview2-26410-01 6,102 4/10/2018
4.5.0-preview1-26228-01 7,385 2/28/2018
4.4.4 22,812,734 7/20/2018
4.4.2 275,936 4/17/2018
4.4.1 6,966,345 1/9/2018
4.4.0 3,158,376 8/11/2017
4.4.0-preview2-25419-01 8,849 6/27/2017
4.4.0-preview1-25303-02 7,404 5/9/2017
4.3.3 320,508 7/20/2018
4.3.1 5,066 1/9/2018
4.3.0 1,037,224 11/16/2016
4.3.0-preview1-24610-02 1,788 10/24/2016
4.1.3 225,206 7/20/2018
4.1.1 490,080 1/9/2018
4.1.0 1,788,620 6/27/2016
4.1.0-rc2-24027 15,892 5/16/2016
4.1.0-beta-23516 4,510 11/18/2015
4.0.1-beta-23409 1,806 10/15/2015
4.0.1-beta-23225 3,501 9/2/2015
4.0.0 2,148,721 7/29/2015
4.0.0-beta-23109 1,869 7/27/2015
4.0.0-beta-23019 1,778 6/30/2015
4.0.0-beta-22816 2,009 4/24/2015
4.0.0-beta-22605 1,930 2/13/2015
4.0.0-beta-22416 2,087 1/16/2015