CFSocket.SetAddress 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetAddress(IPEndPoint) |
設定這個通訊端的接聽位址 (相當於 BSD 系結呼叫) 。 |
SetAddress(IPAddress, Int32) |
設定這個通訊端的接聽位址 (相當於 BSD 系結呼叫) 。 |
SetAddress(IPEndPoint)
設定這個通訊端的接聽位址 (相當於 BSD 系結呼叫) 。
public void SetAddress (System.Net.IPEndPoint endpoint);
member this.SetAddress : System.Net.IPEndPoint -> unit
參數
- endpoint
- IPEndPoint