SocketInformation 構造体

定義

Socketを複製するために必要な情報をカプセル化します。

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

注釈

Socket.DuplicateAndCloseは、Socket.Socket(SocketInformation) コンストラクターで使用するSocketInformation インスタンスを作成します。

プロパティ

名前 説明
Options

Socketのオプションを取得または設定します。

ProtocolInformation

Socketのプロトコル情報を取得または設定します。

適用対象