TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
none
NA
91
0
Cast Socket into my own Socket
Feb 4 2010 10:15 AM
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;
Reply
Answers (
2
)
File Comparison logic
how to count link clicks