Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Cast Socket into my own Socket
none
14y
2.6k
1
Reply
I create a class
public class mySocket : Socket
{
public mySocket() : base(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
{
}
}
I have some asyncronous connexion... and i got a error when i convert Socket to mySocket:
mySocket ms = (mySocket)cS;
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
File Comparison logic
how to count link clicks