In C# I have made an application which listens to a port. It does work. However I am wondering, if a bluetooth device wishes to connect to the computer (computer has a bluetooth dongle)... will C#/.NET accept that connection FROM a bluetooth device?

What about writing a C# application to connect TO a computer via bluetooth?

When i try to connect to the computer from a bluetooth device - will it connect via bluetooth or do I have to specifically program it to tell it to connect to the destination via bluetooth?

if this is the case, how do I go about creating the app to connect (and recieve data) via bluetooth?