Local

  CONST Local AS Integer = 1 ( &H1 )  

Use that constant to specify you want to use Local sockets instead of TCP sockets at Type property. You can also use ServerSocket.Unix constant, they have the same value


Referenced by :