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 的协议信息。

适用于