AGI Real-Time Framework 11 Send comments on this topic.
Port Property (IAgRtTCPIPStream)
See Also 





Description

The port on the server to establish the connection.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Port() As Integer

[C#]
public int Port {get; set;}

[Managed C++]
public: __property int get_Port();
public: __property void set_Port(
int
);

[Unmanaged C++]
public: HRESULT get_Port(
long * pRetVal
);
public: HRESULT put_Port(
long NewPort
);

[Java]
public int getPort();public void setPort(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1