Share via


Binding to a Local Address

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Before a socket can be used to set up a connection or receive a connection request, it needs to be bound to a local address. This could be done explicitly by calling WSPBind, or implicitly by WSPConnect if the socket is unbound when this function is called.

See Also

Concepts

Socket Connections on Connection-Oriented Protocols