C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.SoftSyncResDvcPdu

A DYNVC_SOFT_SYNC_RESPONSE PDU is sent by a DVC client manager over the DRDYNVC static virtual channel on the main RDP connection in response to a Soft-Sync Request PDU (section 2.2.5.1).
상속: ResponseDvcPDU
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NumberOfTunnels uint
Pad byte
TunnelsToSwitch TunnelType_Value[]

공개 메소드들

메소드 설명
SoftSyncResDvcPdu ( ) : System
SoftSyncResDvcPdu ( uint numberOfTunnels, TunnelType_Value tunnelsToSwitch ) : System

보호된 메소드들

메소드 설명
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

메소드 상세

DoMarshal() 보호된 메소드

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

DoUnmarshal() 보호된 메소드

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

SoftSyncResDvcPdu() 공개 메소드

public SoftSyncResDvcPdu ( ) : System
리턴 System

SoftSyncResDvcPdu() 공개 메소드

public SoftSyncResDvcPdu ( uint numberOfTunnels, TunnelType_Value tunnelsToSwitch ) : System
numberOfTunnels uint
tunnelsToSwitch TunnelType_Value
리턴 System

프로퍼티 상세

NumberOfTunnels 공개적으로 프로퍼티

public uint NumberOfTunnels
리턴 uint

Pad 공개적으로 프로퍼티

public byte Pad
리턴 byte

TunnelsToSwitch 공개적으로 프로퍼티

public TunnelType_Value[] TunnelsToSwitch
리턴 TunnelType_Value[]