SocketInformation 結構

定義

封裝複製 Socket 的必要資訊。

public value class SocketInformation
public struct SocketInformation
[System.Serializable]
public struct SocketInformation
type SocketInformation = struct
[<System.Serializable>]
type SocketInformation = struct
Public Structure SocketInformation
繼承
SocketInformation
屬性

備註

Socket.DuplicateAndClose 會建立 SocketInformation 實例,以便與建 Socket.Socket(SocketInformation) 構函式搭配使用。

屬性

Options

取得或設定 Socket 的選項。

ProtocolInformation

取得或設定 Socket 的通訊協定資訊。

適用於