C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.BindResponseBody

A class indicates the response body of bind request
상속: AddressBookResponseBodyBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( byte rawData ) : BindResponseBody

Parse the response data into response body.

메소드 상세

Parse() 공개 정적인 메소드

Parse the response data into response body.
public static Parse ( byte rawData ) : BindResponseBody
rawData byte The raw data of response
리턴 BindResponseBody