ConfigAutoSubscribe Property |  |
Gets or sets flag that determines if subscription should be handled automatically
upon successful connection.
Namespace: sttpAssembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
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