| AsteriskFastAGIBindPort Property |
Sets the TCP port to listen on for new connections.
The default bind port is 4573.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int BindPort { set; }
Public WriteOnly Property BindPort As Integer
Set
public:
property int BindPort {
void set (int value);
}
member BindPort : int with set
Property Value
Type:
Int32See Also