Discuss this help topic in SecureBlackbox Forum
Specifies the port which the socket is bound to.
Declaration
[VB.NET]
Property BoundPort As Integer
[Pascal]
property BoundPort : integer;
[C++]
int32_t get_BoundPort();
[PHP]
integer get_BoundPort()
[Java]
int getBoundPort();
Description
Use this read-only property to get the socket's bound port.
Discuss this help topic in SecureBlackbox Forum