MultiArchive SDK .NET Documentation |
ItemService Constructor (SDKTransportProtocol, String, Int32) |
ItemService Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
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.
The serverAddress can be either an IPv4, IPv6 or a domain address.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public ItemService( SDKTransportProtocol protocol, string serverAddress, int port ) |
Visual Basic |
---|
Public Sub New ( protocol As SDKTransportProtocol, serverAddress As String, port As Integer ) |
Visual C++ |
---|
public: ItemService( SDKTransportProtocol protocol, String^ serverAddress, int port ) |
Parameters
- protocol
- Type: MultiArchive.SDK.ServiceUtils..::..SDKTransportProtocol
The transport protocol to be used in the endpoint.
- serverAddress
- Type: System..::..String
The address of the MultiArchive server.
- port
- Type: System..::..Int32
The port to be used for the communication.