Binding to a Local Address
A version of this page is also available for
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.