XdsObjects_Dev 8.45.8
dotnet add package XdsObjects_Dev --version 8.45.8
NuGet\Install-Package XdsObjects_Dev -Version 8.45.8
<PackageReference Include="XdsObjects_Dev" Version="8.45.8" />
<PackageVersion Include="XdsObjects_Dev" Version="8.45.8" />
<PackageReference Include="XdsObjects_Dev" />
paket add XdsObjects_Dev --version 8.45.8
#r "nuget: XdsObjects_Dev, 8.45.8"
#:package XdsObjects_Dev@8.45.8
#addin nuget:?package=XdsObjects_Dev&version=8.45.8
#tool nuget:?package=XdsObjects_Dev&version=8.45.8
XdsObjects is a simple to use .NET based XDS library. The API is user friendly and is aimed to provide easy ways to build XDS solution.
This library is actively supported by MedicalConnections Ltd, UK.
If you have any questions please contact our support team.
Product | Versions 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. |
-
- System.ServiceModel (>= 4.0.0)
- System.Web.Services (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changes include
- Add HandleChunkedSoapMessage redword tro handle chunked soap messages
- Add XdsDomain.OnResponseMessageReceived event handler for user to inspect the response Message object
- Add XdsGlobal.CustomServiceCredential
- Add DicomGlobal CustomServiceAuthenticationManager for user to intercept Client Authentication
- Add XdsGlobal.ThrowTransactionException to control outgoing transaction exception handling
- Extra logging to debug CrossGatewayQuery null exception
- and more