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

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

Represents an ServiceFactory that can create a proxy for well-known objects over 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 abstract class TcpServiceFactory : ServiceFactory

The TcpServiceFactory type exposes the following members.

Constructors

  NameDescription
Protected methodTcpServiceFactory(Int32, String)
Initializes a new instance of the TcpServiceFactory class using a specific port number and application name.
Protected methodTcpServiceFactory(Int32, String, String)
Initializes a new instance of the TcpServiceFactory class using a specific server, port number and application name.
Top
Properties

  NameDescription
Public propertyApplicationName
Gets the application name that acts as a part of the object uri.
(Inherited from ServiceFactory.)
Protected propertyHostName
Gets the name of the server where the tcp server runs
Protected propertyPortNumber
gets the Portnumber to user when communication with the remoting server
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (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
(Overrides ServiceFactoryGetUri(String).)
Protected methodMemberwiseClone (Inherited from Object.)
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
Remarks

This class was added in Content Studio version 5.4
See Also

Reference