1
votes
votes
1 answers
Creating a socket for Ccitt AddressFamily
Hello, I am having problems creating a socket for AddressFamily.Ccitt; The definition is like this: Socket socket = new Socket(AddressFamily,SocketType,ProtocolType); and I simply can not figure out what SocketType and Prot ...
