C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TARGET_NET_ADDRESS

The Target Net Address structure holds a Unicode text representation of an IP address.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
address byte[]
addressLength uint

Property Details

address public_oe property

An array of bytes containing an IP address in Unicode format, including a null-terminator.
public byte[] address
return byte[]

addressLength public_oe property

A 32-bit, unsigned integer. The length in bytes of the address field.
public uint addressLength
return uint