ItemService Constructor

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Overload List

  Name Description
Public method ItemService()()()()
Default constructor.
Public method ItemService(SDKTransportProtocol, String, Int32)
Constructor to use, if there for some reason is no App.config present in the application.

The serverAddress can be either an IPv4, IPv6 or a domain address.
Public method ItemService(SDKTransportProtocol, String, Int32, MessageVersion)
Constructor to use, if there for some reason is no App.config present in the application.
The extra parameter messageVersion specifies which message encoding should be used in the endpoint binding.

See Also