SocketInformation 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
封裝複製 Socket 的必要資訊。
public value class SocketInformation
public struct SocketInformation
[System.Serializable]
public struct SocketInformation
type SocketInformation = struct
[<System.Serializable>]
type SocketInformation = struct
Public Structure SocketInformation
- 繼承
- 屬性
備註
Socket.DuplicateAndClose 會建立 SocketInformation 實例,以便與建構函式 Socket.Socket(SocketInformation) 搭配使用。
屬性
Options |
取得或設定 Socket 的選項。 |
ProtocolInformation |
取得或設定 Socket 的通訊協定資訊。 |