C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbResponse

A response message specifies the format used to contain sub-responses matching sub-requests.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse

Deserialize response from byte array.

FsshttpbResponse ( ) : System.Collections.Generic

Initializes a new instance of the FsshttpbResponse class.

메소드 상세

DeserializeResponseFromByteArray() 공개 정적인 메소드

Deserialize response from byte array.
public static DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse
byteArray byte Server returned message.
startIndex int The index special where start.
리턴 FsshttpbResponse

FsshttpbResponse() 공개 메소드

Initializes a new instance of the FsshttpbResponse class.
public FsshttpbResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic