Container for all attributes that may be required upon session creation.

C# |
public sealed class SessionCreationAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SessionCreationAttributes()()() | |
![]() | __dtor()()() | |
![]() | DataCompressionFlags | Sets any flag associated with data compression. |
![]() | DataCompressionThreshold | Sets the threshold for triggering data compression. |
![]() | DirectDataTransferFlags | Sets any flags associated with Direct Data Transfer. |
![]() | EnableDataCompression | Enables or disables data compression for a session. |
![]() | EnableDirectDataTransfer | Enables or disables Direct Data Transfer for a session. |
![]() | ServiceName | Sets the service name to be associated with the session. |
![]() | SessionCallback | Sets the session callback. |
![]() | SessionFlags | Sets the session flags. |
![]() | SessionName | Sets the name of the session. |
![]() | SessionPriority | Sets the priority of the session. |
![]() | SessionTag | Sets the session tag. |
![]() | SessionType | Sets the session type. |
![]() | SetCommonData(Message) | Sets the common data. |
![]() | SetCommonData(Object) | Sets the common data. |

Object | |
![]() | SessionCreationAttributes |

[Platform.Symphony.Soam.Connection.CreateSession]