Click or drag to resize

ConfigAutoSubscribe Property

.NET STTP API
Gets or sets flag that determines if subscription should be handled automatically upon successful connection.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public bool AutoSubscribe { get; set; }
Request Example View Source

Property Value

Boolean
Remarks
When AutoRequestMetadata is true and AutoSubscribe is true, subscription will occur after reception of metadata. When AutoRequestMetadata is false and AutoSubscribe is true, subscription will occur at successful connection. When AutoSubscribe is false, any subscribe operations must be handled manually.
See Also