C# 클래스 Microsoft.Protocols.TestSuites.Common.RopBackoffResponse

RopBackoffResponse response buffer structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
AdditionalData byte[]
AdditionalDataSize ushort
BackoffRopCount byte
BackoffRopData Microsoft.Protocols.TestSuites.Common.BackoffRop[]
Duration uint
LogonId byte
RopId byte

공개 메소드들

메소드 설명
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

메소드 상세

Deserialize() 공개 메소드

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
리턴 int

프로퍼티 상세

AdditionalData 공개적으로 프로퍼티

Array of bytes. The size of this field, in bytes, is specified by the AdditionalDataSize. This array specifies additional information about the backoff response.
public byte[] AdditionalData
리턴 byte[]

AdditionalDataSize 공개적으로 프로퍼티

This value specifies the size of the AdditionalData field.
public ushort AdditionalDataSize
리턴 ushort

BackoffRopCount 공개적으로 프로퍼티

This value specifies the number of structures in the BackoffRopData field.
public byte BackoffRopCount
리턴 byte

BackoffRopData 공개적으로 프로퍼티

Array of BackoffRop structures. The format of the BackoffRop structure is specified in section 2.2.14.2.1.1. This array specifies the operations to be backed off and also the backoff duration for each.
public BackoffRop[],Microsoft.Protocols.TestSuites.Common BackoffRopData
리턴 Microsoft.Protocols.TestSuites.Common.BackoffRop[]

Duration 공개적으로 프로퍼티

This value specifies the number of milliseconds to apply a logon backoff.
public uint Duration
리턴 uint

LogonId 공개적으로 프로퍼티

This value specifies the logon to which the RopBackoff response applies.
public byte LogonId
리턴 byte

RopId 공개적으로 프로퍼티

This value specifies the type of remote operation. For this operation, this field is set to 0xF9.
public byte RopId
리턴 byte