ComponentContentService Constructor (SDKTransportProtocol, String, Int32)

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[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.

Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public ComponentContentService(
	SDKTransportProtocol protocol,
	string serverAddress,
	int port
)
Visual Basic
Public Sub New ( 
	protocol As SDKTransportProtocol,
	serverAddress As String,
	port As Integer
)
Visual C++
public:
ComponentContentService(
	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

See Also