SocketInformation.ProtocolInformation プロパティ

定義

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

public:
 property cli::array <System::Byte> ^ ProtocolInformation { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ProtocolInformation { get; set; }
member this.ProtocolInformation : byte[] with get, set
Public Property ProtocolInformation As Byte()

プロパティ値

Byte[]

Byte 型の配列。

適用対象