This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IHost
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IHost

The type exposes the following methods.

Public Methods

  Name Description
Public method AddHttpListener
Adds the scheme://*:port/ to the http listener.
Public method Confirm
Passes a message to the host to confirm.
Public method FilterHostHeaders
Removes any host header from the list that cannot be valid in this host.
Public method GetGlobalHostHeader
Gets the global host header of the hosting environment.
Public method GetHostType
Gets the type of the external host if connected.
Public method GetSessionData
Returns a PreviewItem object if the given item was checked out inside the host.
Public method GetValue
Gets a value from the host.
Public method SaveSession
Makes the host save current session data.
Public method ShutDown Overloaded.
Public method SignalDirty
Signals the host that it should restart to accomodate for state changes.
Public method UpdateProgress
Informs the host of progress change.
Public method UpdateStatus
Updates the status of the host.

See Also

Smartsite.Core Namespace
Advanced