C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.SoftSyncChannelList

One or more DYNVC_SOFT_SYNC_CHANNEL_LISTs are contained in a Soft-Sync Request PDU to indicate which dynamic virtual channels have data written by the server on the specified multitransport tunnel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ListOfDVCIds uint[]
NumberOfDVCs ushort
TunnelType TunnelType_Value

Открытые методы

Метод Описание
Encode ( ) : byte[]

Encode method.

GetSize ( ) : uint
SoftSyncChannelList ( ) : System
SoftSyncChannelList ( TunnelType_Value tunnelType, ushort numberOfDVCs, List listOfIds = null ) : System

Constructor.

Описание методов

Encode() публичный Метод

Encode method.
public Encode ( ) : byte[]
Результат byte[]

GetSize() публичный Метод

public GetSize ( ) : uint
Результат uint

SoftSyncChannelList() публичный Метод

public SoftSyncChannelList ( ) : System
Результат System

SoftSyncChannelList() публичный Метод

Constructor.
public SoftSyncChannelList ( TunnelType_Value tunnelType, ushort numberOfDVCs, List listOfIds = null ) : System
tunnelType TunnelType_Value
numberOfDVCs ushort
listOfIds List
Результат System

Описание свойств

ListOfDVCIds публичное свойство

One or more 32-bit, unsigned integers, as indicated by the NumberOfDVCs field, containing the channel ID of each DVC that will have data written by the server manager on this tunnel.
public uint[] ListOfDVCIds
Результат uint[]

NumberOfDVCs публичное свойство

A 16-bit, unsigned integer indicating the number of DVCs that will have data written by the server manager on this tunnel.
public ushort NumberOfDVCs
Результат ushort

TunnelType публичное свойство

Indicates the target tunnel type for the transport switch.
public TunnelType_Value TunnelType
Результат TunnelType_Value