Click here to Skip to main content
15,889,695 members
Home / Discussions / C#
   

C#

 
AnswerRe: LAN Pin
Eddy Vluggen22-Apr-14 6:52
professionalEddy Vluggen22-Apr-14 6:52 
AnswerRe: LAN Pin
OriginalGriff22-Apr-14 8:30
mveOriginalGriff22-Apr-14 8:30 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 8:44
professionalRahul VB22-Apr-14 8:44 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 8:51
mveOriginalGriff22-Apr-14 8:51 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:00
professionalRahul VB22-Apr-14 9:00 
GeneralRe: LAN Pin
OriginalGriff22-Apr-14 9:27
mveOriginalGriff22-Apr-14 9:27 
GeneralRe: LAN Pin
Rahul VB22-Apr-14 9:51
professionalRahul VB22-Apr-14 9:51 
AnswerRe: LAN Pin
Rahul VB22-Apr-14 8:51
professionalRahul VB22-Apr-14 8:51 
Do one thing:

1> Create a socket list.
2> Connect to each socket in the list.
3> extract the IP address from the socket, using RemoteEndPoint property.
4> Use string.split to extract only IP and not port.
5> Add every IP to the list.

Cover all of these 5 points and post the code here, we will then speak about the Host no part. Believe me friend,
you will learn something from every point.

Also tell me how will you extract the RemoteEndPoint if the socket does not connect OR endpoint is not created?

Just start reading.

Thanks a ton,
Rahul
QuestionTesting advice....please Pin
tadhg8822-Apr-14 0:09
tadhg8822-Apr-14 0:09 
AnswerRe: Testing advice....please Pin
Simon_Whale22-Apr-14 0:24
Simon_Whale22-Apr-14 0:24 
AnswerRe: Testing advice....please Pin
BobJanova22-Apr-14 6:09
BobJanova22-Apr-14 6:09 
AnswerRe: Testing advice....please Pin
tadhg8825-Apr-14 6:28
tadhg8825-Apr-14 6:28 
QuestionC# program on windows server 2003 Pin
LeonXjm21-Apr-14 15:05
LeonXjm21-Apr-14 15:05 
AnswerRe: C# program on windows server 2003 Pin
Wes Aday21-Apr-14 15:32
professionalWes Aday21-Apr-14 15:32 
AnswerRe: C# program on windows server 2003 Pin
LeonXjm21-Apr-14 15:36
LeonXjm21-Apr-14 15:36 
GeneralRe: C# program on windows server 2003 Pin
Mycroft Holmes21-Apr-14 22:58
professionalMycroft Holmes21-Apr-14 22:58 
GeneralRe: C# program on windows server 2003 Pin
LeonXjm4-May-14 17:38
LeonXjm4-May-14 17:38 
QuestionGIS coordinates (spherical mercator) to screen coordinates? Pin
SledgeHammer0121-Apr-14 12:42
SledgeHammer0121-Apr-14 12:42 
AnswerRe: GIS coordinates (spherical mercator) to screen coordinates? Pin
Bernhard Hiller21-Apr-14 21:38
Bernhard Hiller21-Apr-14 21:38 
Questioncustom webcontrol designer problems Pin
Nico Haegens21-Apr-14 7:41
professionalNico Haegens21-Apr-14 7:41 
QuestionBy using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk. Pin
Santosh K. Tripathi20-Apr-14 23:08
professionalSantosh K. Tripathi20-Apr-14 23:08 
SuggestionRe: By using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk. Pin
Santosh K. Tripathi27-Apr-14 21:00
professionalSantosh K. Tripathi27-Apr-14 21:00 
QuestionC# Linq To SQL Dynamic Where Clause Pin
Kevin Marois20-Apr-14 11:39
professionalKevin Marois20-Apr-14 11:39 
AnswerRe: C# Linq To SQL Dynamic Where Clause Pin
Richard Deeming22-Apr-14 2:07
mveRichard Deeming22-Apr-14 2:07 
GeneralRe: C# Linq To SQL Dynamic Where Clause Pin
Kevin Marois22-Apr-14 5:41
professionalKevin Marois22-Apr-14 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.