ContentStudioTcpServiceFactory Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Implements an object that creates a proxy for well-known Content Studio Api extension objects using the tcp channel.
Inheritance Hierarchy

SystemObject
  ContentStudio.Api.ExtensionsServiceFactory
    ContentStudio.Api.ExtensionsTcpServiceFactory
      ContentStudio.Api.ExtensionsContentStudioTcpServiceFactory

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

public sealed class ContentStudioTcpServiceFactory : TcpServiceFactory

The ContentStudioTcpServiceFactory type exposes the following members.

Constructors

  NameDescription
Public methodContentStudioTcpServiceFactory
Initializes a new instance of the ContentStudioTcpServiceFactory class for use with the default port number on the local machine.
Public methodContentStudioTcpServiceFactory(String)
Initializes a new instance of the ContentStudioTcpServiceFactory class using a specific server name and the default port number.
Public methodContentStudioTcpServiceFactory(Int32, String)
Initializes a new instance of the ContentStudioTcpServiceFactory class using a specific server name and port number.
Top
Properties

  NameDescription
Public propertyApplicationName
Gets the application name that acts as a part of the object uri.
(Inherited from ServiceFactory.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetServiceT
Retrieves a proxy to a well-known remote server object.
(Inherited from ServiceFactory.)
Public methodGetType (Inherited from Object.)
Public methodGetUri
Gets the Uri representing the server object to get, i.e. tcp://localhost:9792/ApplicationName/ObjectMoniker
(Inherited from TcpServiceFactory.)
Public methodToString (Inherited from Object.)
Public methodTryGetServiceT
When implemented in derived classes, retrieves a proxy to a well-known remote server object. A return value indicates whether the service could be created.
(Inherited from ServiceFactory.)
Top
Fields

  NameDescription
Public fieldStatic memberContentStudioApplicationName
Gets the name of the Content Studio remoting configured application name. This value is constant CSServer5
Public fieldStatic memberDefaultPortNumber
Gets the default port number used by Content Studio tcp server. This value is constant 9792
Top
Remarks

This class was added in Content Studio version 5.4
See Also

Reference