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 のプロトコル情報を取得または設定します。

適用対象