Click or drag to resize

ConfigAutoRequestMetadata Property

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

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

Property Value

Boolean
Remarks
When true, metadata will be requested upon connection before subscription; otherwise, any metadata operations must be handled manually.
See Also