The SessionSettings type exposes the following members.

Constructors

  NameDescription
Public methodSessionSettings()()()()
Initializes a new instance of the SessionSettings class with default settings.
Public methodSessionSettings(IDictionary<(Of <<'(String, String>)>>))
Initializes a new instance of the SessionSettings class with additional settings.

Methods

  NameDescription
Public methodClone
Returns an exact copy of this SessionSettings object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodToTrace

Properties

  NameDescription
Public propertyApplicationHostComputerName
Gets the name of the computer that is hosting the Icelib application.
Public propertyApplicationHostDisplayVersion
Gets the application host display version for the session.
Public propertyApplicationHostFileVersion
Gets the application host file version for the session.
Public propertyApplicationName
Gets or sets the Application Name for the session.
Public propertyApplicationProfileName
Gets or sets the Application Profile Name for the session.
Public propertyApplicationTraceId
Gets or sets the Application Trace ID for this session.
Public propertyClassOfService
Gets or sets the ClassOfService for the session.
Public propertyCustomSettings
Gets a collection which can be used to set custom parameters for the Session.
Public propertyDeviceType
Gets or sets the DeviceType for the session.
Public propertyIcelibDisplayVersion
Gets the IceLib display version for the session.
Public propertyIcelibFileVersion
Gets the IceLib file version for the session.
Public propertyIsoLanguage
Gets or sets the ISO culture name for the session.
Public propertyLicense
Gets or sets the license for this session.
Public propertyMachineName
Gets or sets the MachineName for the session.
Public propertyMarketPlaceApplicationCode
Gets or sets the MarketPlace application code.
Public propertyMarketPlaceApplicationLicenseName
Gets or sets the MarketPlace application's license name.
Public propertyReadyForInteractions
Gets or sets application's readiness to make or receive Interactions.

See Also