C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.CloseDvcPdu

Inheritance: DynamicVCPDU
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
CloseDvcPdu ( ) : System
CloseDvcPdu ( uint channelId ) : System

Protected Methods

Method Description
DoMarshal ( PduMarshaler marshaler ) : void
DoUnmarshal ( PduMarshaler marshaler ) : void

Method Details

CloseDvcPdu() public method

public CloseDvcPdu ( ) : System
return System

CloseDvcPdu() public method

public CloseDvcPdu ( uint channelId ) : System
channelId uint
return System

DoMarshal() protected method

protected DoMarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

DoUnmarshal() protected method

protected DoUnmarshal ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void