Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object reference not set to an instance of an object. Pin
Dave Kreskowiak6-Jul-05 8:11
mveDave Kreskowiak6-Jul-05 8:11 
GeneralRe: Object reference not set to an instance of an object. Pin
Member 20541716-Jul-05 10:22
Member 20541716-Jul-05 10:22 
GeneralRe: Object reference not set to an instance of an object. Pin
Dave Kreskowiak6-Jul-05 11:51
mveDave Kreskowiak6-Jul-05 11:51 
GeneralRe: Object reference not set to an instance of an object. Pin
Guffa6-Jul-05 9:04
Guffa6-Jul-05 9:04 
Generalwindows application problem Pin
snouto6-Jul-05 6:40
snouto6-Jul-05 6:40 
GeneralRe: windows application problem Pin
S. Senthil Kumar6-Jul-05 6:47
S. Senthil Kumar6-Jul-05 6:47 
GeneralRe: windows application problem Pin
LongRange.Shooter6-Jul-05 9:37
LongRange.Shooter6-Jul-05 9:37 
Generalnetwork question Pin
snouto6-Jul-05 6:34
snouto6-Jul-05 6:34 
hi all.
in my network application i accepted the request of the user to connect to my server by the following code
<br />
Tcplistener server = new TcpListener((Int32)1011));<br />
server.Connect();<br />
while(true)<br />
{<br />
client myclient = new Client(server.AcceptTcpClient());<br />
myclient.Connect();<br />
}<br />

The above code i accept the pending request of the user connection and i have his or her network stream by setting small line of code to initialize property for that
<br />
Public NetworkStream getthisstream<br />
{<br />
get<br />
{<br />
return myclient.Getstream();<br />
}<br />
}<br />

How can i get his or her Ipendpoint by knowing his networkstream to open new udpclient for him to transfer files through the network ? any help about that please

Miss With The Best And Die Like The Rest
GeneralRe: network question Pin
S. Senthil Kumar6-Jul-05 6:52
S. Senthil Kumar6-Jul-05 6:52 
GeneralConvert string to date type Pin
zaboboa6-Jul-05 6:09
zaboboa6-Jul-05 6:09 
GeneralRe: Convert string to date type Pin
S. Senthil Kumar6-Jul-05 6:26
S. Senthil Kumar6-Jul-05 6:26 
GeneralImportant question about Regular Expressions Pin
Dario Solera6-Jul-05 4:47
Dario Solera6-Jul-05 4:47 
GeneralRe: Important question about Regular Expressions Pin
Guffa6-Jul-05 5:14
Guffa6-Jul-05 5:14 
GeneralRe: Important question about Regular Expressions Pin
Dario Solera6-Jul-05 5:49
Dario Solera6-Jul-05 5:49 
GeneralRich Text Box printing Pin
Taneth6-Jul-05 3:11
professionalTaneth6-Jul-05 3:11 
GeneralRe: Rich Text Box printing Pin
Dave Kreskowiak6-Jul-05 4:00
mveDave Kreskowiak6-Jul-05 4:00 
GeneralRe: Rich Text Box printing Pin
Taneth6-Jul-05 17:26
professionalTaneth6-Jul-05 17:26 
GeneralPropertygrid Pin
Piovra_6-Jul-05 3:00
Piovra_6-Jul-05 3:00 
GeneralRe: Propertygrid Pin
LongRange.Shooter6-Jul-05 9:42
LongRange.Shooter6-Jul-05 9:42 
GeneralDataTable............. Pin
just4ulove76-Jul-05 2:45
just4ulove76-Jul-05 2:45 
GeneralRe: DataTable............. Pin
MoustafaS6-Jul-05 3:21
MoustafaS6-Jul-05 3:21 
GeneralRe: DataTable............. Pin
just4ulove76-Jul-05 3:36
just4ulove76-Jul-05 3:36 
GeneralRe: DataTable............. Pin
MoustafaS6-Jul-05 4:47
MoustafaS6-Jul-05 4:47 
GeneralRe: DataTable............. Pin
just4ulove76-Jul-05 4:55
just4ulove76-Jul-05 4:55 
QuestionHow to do this kind of Validation? Pin
just4ulove76-Jul-05 2:40
just4ulove76-Jul-05 2:40 

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.