CFSocket.SetAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetAddress(IPEndPoint) |
Sets the listening address for this socket (equivalent to the BSD bind call). |
SetAddress(IPAddress, Int32) |
Sets the listening address for this socket (equivalent to the BSD bind call). |
SetAddress(IPEndPoint)
Sets the listening address for this socket (equivalent to the BSD bind call).
public void SetAddress (System.Net.IPEndPoint endpoint);
member this.SetAddress : System.Net.IPEndPoint -> unit
Parameters
- endpoint
- IPEndPoint