Primo.Networking 1.1.5

dotnet add package Primo.Networking --version 1.1.5
                    
NuGet\Install-Package Primo.Networking -Version 1.1.5
                    
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="Primo.Networking" Version="1.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.Networking" Version="1.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Primo.Networking" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.Networking --version 1.1.5
                    
#r "nuget: Primo.Networking, 1.1.5"
                    
#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.
#:package Primo.Networking@1.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.Networking&version=1.1.5
                    
Install as a Cake Addin
#tool nuget:?package=Primo.Networking&version=1.1.5
                    
Install as a Cake Tool

About

A package of components for network interaction with external services (HTTP, SOAP, SMTP).

How to Use

In Primo RPA Studio, create a project that will be executed by the Primo RPA Robot. Install this package via <b>Dependencies → Manage Dependencies</b>.

After installation, the <b>Network</b> folder in the element tree will contain the <b>HTTP Request</b> and <b>SOAP Request</b> elements, while the <b>E-Mail</b> node will include the <b>Send Message (SMTP+)</b> element.

Each element in the package provides a set of properties for interacting with external services.

Key Features

  • High performance
  • Supports .NET Framework 4.6.1+

Main Types

  • Primo.Networking.Elements.WFHttpClient
  • Primo.Networking.Elements.WFSendSMTPAdvanced
  • Primo.Networking.Elements.WFSOAPRequest

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.5 106 2/4/2026
1.1.4 855 8/29/2023
1.1.3 412 4/27/2023
1.1.2 351 4/18/2023
1.1.1 354 4/16/2023
1.0.1 501 12/20/2022
1.0.0 527 10/19/2022