C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.S01_RequestTypesForMailboxServerEndpoint

상속: TestSuiteBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

보호된 메소드들

메소드 설명
TestCleanup ( ) : void

Clean up the test.

비공개 메소드들

메소드 설명
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
ConnectToServer ( WebHeaderCollection &headers ) : ConnectSuccessResponseBody

Send a valid Connect request type to establish a Session Context with the server.

ExecuteLogonROP ( CookieCollection cookies ) : uint

Send the Logon ROP to server via Execute request type request.

GetRopLogonRequest ( ) : RopLogonRequest

Compose a Logon ROP request.

InitializeExecuteRequestBody ( ISerializable rop ) : ExecuteRequestBody

Initialize an Execute request Body.

InitializeExecuteRequestBody ( ISerializable rop, uint insideObjectHandle ) : ExecuteRequestBody

Initialize an Execute request Body.

MSOXCMAPIHTTP_S01_TC01_ConnectToMailboxServerSucceeded ( ) : void
MSOXCMAPIHTTP_S01_TC02_ReconnectToMailboxServer ( ) : void
MSOXCMAPIHTTP_S01_TC03_ResponseCodeHeader ( ) : void
MSOXCMAPIHTTP_S01_TC04_SendInvalidContextCookie ( ) : void
MSOXCMAPIHTTP_S01_TC05_SendInvalidRequestBody ( ) : void
MSOXCMAPIHTTP_S01_TC06_PINGRequestType ( ) : void
MSOXCMAPIHTTP_S01_TC07_SimultaneousRequestWithinSameSessionContext ( ) : void
MSOXCMAPIHTTP_S01_TC08_ExecuteRequestType ( ) : void
MSOXCMAPIHTTP_S01_TC09_NotificationWaitWithPendingEvent ( ) : void
MSOXCMAPIHTTP_S01_TC10_NotificationWaitWithoutPendingEvent ( ) : void
MSOXCMAPIHTTP_S01_TC11_HTTPStatusCode ( ) : void
NotificationWaitRequest ( ) : NotificationWaitRequestBody

Build the NotificationWait request body.

OpenFolderRequest ( ulong folderId ) : RopOpenFolderRequest

Build the open folder request.

ParseLogonResponse ( byte logonRop, ulong &logonFolderId, RopLogonResponse &logonResponse ) : uint

Parse the logon response.

RegisterNotificationRequest ( ulong folderId ) : RopRegisterNotificationRequest

Build the RopRegisterNotification request.

SendExecuteRequest ( ExecuteRequestBody requestBody, WebHeaderCollection &headers, List &metatags ) : MailboxResponseBodyBase

Send an Execute request type that includes a ROP to server.

메소드 상세

TestCleanup() 보호된 메소드

Clean up the test.
protected TestCleanup ( ) : void
리턴 void