I don't quite understand your question.
Are you wanting to write your own networking system from scratch, not using the XNA Framework networking APIs?
If so, look at the sockets functionality in the System.Net namespace. Be warned that doing this all yourself is a LOT of work, though!
XNA Framework Developer -
blog -
homepage