A
Amil
I have code that creates a TcpClient socket. Right now, it just uses a
default IP address
and port for the local endpoint. If I want to use a specific IP address and
endpoint, do I
just perform a Bind(...) on the socket after I create it? Any examples out
there?
Amil
default IP address
and port for the local endpoint. If I want to use a specific IP address and
endpoint, do I
just perform a Bind(...) on the socket after I create it? Any examples out
there?
Amil