Click or drag to resize
NetworkFloatingServiceCall Constructor
Creates a new NetworkFloatingServiceCall object

Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public NetworkFloatingServiceCall(
	NetworkFloatingServiceCallNetworkFloatingServiceCallType callType,
	XmlNetworkFloatingService client,
	AuthorEncryptionKey encryptionKey
)

Parameters

callType
Type: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceNetworkFloatingServiceCallNetworkFloatingServiceCallType
The type of web service call being made.
client
Type: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceXmlNetworkFloatingService
For the .NET Framework PLUSManaged assembly, the SoapHttpClientProtocol derived object used to perform the web service call.
For the .NET Standard PLUSManaged assembly, the XmlWebService derived object used to perform the web service call.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey required for cryptographic routines.
See Also