TcpServiceFactory Constructor (Int32, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Initializes a new instance of the TcpServiceFactory class using a specific port number and application name.

Namespace: ContentStudio.Api.Extensions
Assembly: ContentStudio.Api.Extensions (in ContentStudio.Api.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected TcpServiceFactory(
	int portNumber,
	string applicationName
)

Parameters

portNumber
Type: SystemInt32
The portnumber.
applicationName
Type: SystemString
Name of the application.
See Also

Reference