SSLLWrapper 1.0.4

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SSLLWrapper --version 1.0.4
                    
NuGet\Install-Package SSLLWrapper -Version 1.0.4
                    
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="SSLLWrapper" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SSLLWrapper" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="SSLLWrapper" />
                    
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 SSLLWrapper --version 1.0.4
                    
#r "nuget: SSLLWrapper, 1.0.4"
                    
#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.
#addin nuget:?package=SSLLWrapper&version=1.0.4
                    
Install SSLLWrapper as a Cake Addin
#tool nuget:?package=SSLLWrapper&version=1.0.4
                    
Install SSLLWrapper as a Cake Tool

## UPDATE ##
This NuGet package has now been updated and moved to SSLLabsApiWrapper.
###########

SSLLWrapper stands for SSL Labs Wrapper which is the first publicly available .NET wrapper developed for the SSL Labs' Assessment API's that allow the consumer to test SSL servers on the public internet.

This wrapper easies the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.

More detailed documentation including usage can be found on the projects home page.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

## UPDATE ##
This NuGet package has now been updated and moved to SSLLabsApiWrapper.
###########

Added AutomaticAnalyze method to make consuming analyse method easier. Now using AutomaticAnalyze method, it will only return once scan results are completing meaning you no longer need to keep issuing calls to Analyse() method to check if a scan has finished for a full results set.