N
Nguyen Thanh Danh
i want to inherit class Socket in System.Nets.Sockets, but when i use this code:
public class NewSocket : System.Net.Sockets.Socket{
public NewSocket(){
}
}
and when i build it warning : No overload for method 'Socket' takes '0' arguments. Anyone please help me. Can U show me the way to inherit Socket class because request of my project is rewrite Socket with some new function. Thanks alot!
public class NewSocket : System.Net.Sockets.Socket{
public NewSocket(){
}
}
and when i build it warning : No overload for method 'Socket' takes '0' arguments. Anyone please help me. Can U show me the way to inherit Socket class because request of my project is rewrite Socket with some new function. Thanks alot!