Re: Is there is a bug in non-blocking Socket.LocalEndpoint on clie



But they talk about problem of not connected socket , you wrote that client
and socket talk each other so you have different isssue
Arkady

"yaron" <yaron@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C711B632-E259-4C3B-9DF2-ED802FBE9B7B@xxxxxxxxxxxxxxxx
> Hi Alexander Nickolov,
>
> yes, the client and server are talking each other, and i check this
> properties
> after the connection succeded.here is a link that talk on this problem.
>
> http://www.dotnet247.com/247reference/msgs/39/196138.aspx
>
> Thanks.
>
>
> "Alexander Nickolov" wrote:
>
>> Did you wait for the connect to finish before inspecting them?
>>
>> --
>> =====================================
>> Alexander Nickolov
>> Microsoft MVP [VC], MCSD
>> email: agnickolov@xxxxxxxx
>> MVP VC FAQ: http://www.mvps.org/vcfaq
>> =====================================
>>
>> "yaron" <yaron@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:710371D1-FDC1-4532-94E8-2363EF98753E@xxxxxxxxxxxxxxxx
>> > Hi,
>> >
>> > I am using C#:
>> > 1. It seems to me that there is a bug when using non-blocking socket
>> > connect operation, because the LocalEndPoint, RemoteEndPoint of the
>> > Socket
>> > are nulls on the client side.
>> >
>> > 2. If it is a bug, is there any hotfix for this ?
>> >
>> > Thanks.
>> >
>>
>>
>>


.



Relevant Pages

  • Re: server scenario - variables in the right spot?
    ... Well, I was going to point you to the Socket samples on MSDN, but after looking at them I'm not sure they are the best place to look for guidance. ... call Socket.EndAcceptwith current AsyncResult to get the connected socket ... call Socket.BeginSendon the connected socket to send data to the client ... void ReceiveCallback() ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: get client ip address in C# socket client application
    ... On a connected socket, getpeername ... will give you the remote address and getsockname will give you the local ... socket handle and pass it into these API as parameters. ... >Subject: Re: get client ip address in C# socket client application ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: IOCP in client -- simple test code that doesnt work
    ... to use it on client too. ... I had made other server samples work which were quite complex, ... A connected socket that's ...
    (microsoft.public.win32.programmer.networks)
  • Re: Is there is a bug in non-blocking Socket.LocalEndpoint on clie
    ... "Arkady Frenkel" wrote: ... > But they talk about problem of not connected socket, you wrote that client ... >> Hi Alexander Nickolov, ...
    (microsoft.public.win32.programmer.networks)
  • [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #3]
    ... These patches together supply secure client-side RxRPC connectivity as a Linux ... kernel socket family. ... presentation side is left to the client. ... Each connection goes to a particular "service". ...
    (Linux-Kernel)

Loading