The SessionSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SessionSettings()()()() |
Initializes a new instance of the SessionSettings class with default settings.
| |
| SessionSettings(IDictionary<(Of <<'(String, String>)>>)) |
Initializes a new instance of the SessionSettings class with additional settings.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns an exact copy of this SessionSettings object.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) | |
| ToTrace |
Properties
| Name | Description | |
|---|---|---|
| ApplicationHostComputerName |
Gets the name of the computer that is hosting the Icelib application.
| |
| ApplicationHostDisplayVersion |
Gets the application host display version for the session.
| |
| ApplicationHostFileVersion |
Gets the application host file version for the session.
| |
| ApplicationName |
Gets or sets the Application Name for the session.
| |
| ApplicationProfileName |
Gets or sets the Application Profile Name for the session.
| |
| ApplicationTraceId |
Gets or sets the Application Trace ID for this session.
| |
| ClassOfService |
Gets or sets the ClassOfService for the session.
| |
| CustomSettings |
Gets a collection which can be used to set custom parameters for the Session.
| |
| DeviceType |
Gets or sets the DeviceType for the session.
| |
| IcelibDisplayVersion |
Gets the IceLib display version for the session.
| |
| IcelibFileVersion |
Gets the IceLib file version for the session.
| |
| IsoLanguage |
Gets or sets the ISO culture name for the session.
| |
| License |
Gets or sets the license for this session.
| |
| MachineName |
Gets or sets the MachineName for the session.
| |
| MarketPlaceApplicationCode |
Gets or sets the MarketPlace application code.
| |
| MarketPlaceApplicationLicenseName |
Gets or sets the MarketPlace application's license name.
| |
| ReadyForInteractions |
Gets or sets application's readiness to make or receive Interactions.
|