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

Inheritance: RequestDvcPDU
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ChannelName string

Public Methods

Method Description
CreateReqDvcPdu ( ) : System
CreateReqDvcPdu ( int priority, uint channelId, string channelName ) : System

Protected Methods

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

Method Details

CreateReqDvcPdu() public method

public CreateReqDvcPdu ( ) : System
return System

CreateReqDvcPdu() public method

public CreateReqDvcPdu ( int priority, uint channelId, string channelName ) : System
priority int
channelId uint
channelName string
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

Property Details

ChannelName public_oe property

public string ChannelName
return string