다음을 통해 공유


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) 사용할 instance 만듭니다.

속성

Name Description
Options

Socket의 옵션을 가져오거나 설정합니다.

ProtocolInformation

Socket의 프로토콜 정보를 가져오거나 설정합니다.

적용 대상