ContentStudioIpcServiceFactory 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 ipc channel. This class can only be used to create remoting objects located on the local machine.
Inheritance Hierarchy

SystemObject
  ContentStudio.Api.ExtensionsServiceFactory
    ContentStudio.Api.ExtensionsIpcServiceFactory
      ContentStudio.Api.ExtensionsContentStudioIpcServiceFactory

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 ContentStudioIpcServiceFactory : IpcServiceFactory

The ContentStudioIpcServiceFactory type exposes the following members.

Constructors

  NameDescription
Public methodContentStudioIpcServiceFactory
Initializes a new instance of the ContentStudioIpcServiceFactory class.
Top
Properties

  NameDescription
Public propertyApplicationName
Gets the application name that acts as a part of the object uri.
(Inherited from ServiceFactory.)
Public propertyPipeName
Gets the name of the underlying named pipe that forms a part of the object creation uri.
(Inherited from IpcServiceFactory.)
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. ipc://ChannelPipe/Application/ObjectMoniker
(Inherited from IpcServiceFactory.)
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 memberContentStudioPipeName
Gets the name of the Content Studio remoting configured named pipe. This value is constant CS-ipc
Top
Remarks

This class was added in Content Studio version 5.4
See Also

Reference