C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TARGET_NET_ADDRESSES

The TARGET_NET_ADDRESSES structure is used to hold a collection of IP addresses in Unicode format.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TARGET_NET_ADDRESS[]
addressCount uint

프로퍼티 상세

address 공개적으로 프로퍼티

An array of Target Net Address (section 2.2.13.1.1.1) structures, each containing an IP address.
public TARGET_NET_ADDRESS[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr address
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TARGET_NET_ADDRESS[]

addressCount 공개적으로 프로퍼티

A 32-bit, unsigned integer. The number of IP addresses present in the address field.
public uint addressCount
리턴 uint