AFConnectionInfo.StreamedPort Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that is the port number used to connect to the streamed interface of
the PI AF Server for this PISystem on the remote host.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int StreamedPort { get; }
Public ReadOnly Property StreamedPort As Integer Get Dim instance As AFConnectionInfo Dim value As Integer value = instance.StreamedPort
public: property int StreamedPort { int get (); }
member StreamedPort : int with get
Property Value
Type: Int32The port number used to connect to the streamed interface of the PI AF Server for this PISystem on the remote host.
Remarks
The value of this property is defined by the streamedPort application setting
in the server's configuration file.