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.DuplicateAndCloseSocketInformation 생성자와 함께 사용할 인스턴스를 Socket.Socket(SocketInformation) 만듭니다.

속성

Options

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

ProtocolInformation

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

적용 대상