Brecham.Obex — An OBEX library for the .NET Framework

ObexConstant.TcpPortNumber Field

"This port number should be used when transporting OBEX protocol data over a TCP network. More specifically, it represents the location of the default OBEX server in the TCP network.", from OBEX13.pdf, section 6.3.

[Visual Basic]
Public Const TcpPortNumber As Integer = 650
[C#]
public const int TcpPortNumber = 650;

See Also

ObexConstant Class | Brecham.Obex Namespace