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

Wrapper class contains all the HTTP information returned from the server
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
SetWebHeader ( WebHeaderCollection headers ) : void

Sets web header collection.

메소드 상세

SetWebHeader() 공개 메소드

Sets web header collection.
public SetWebHeader ( WebHeaderCollection headers ) : void
headers System.Net.WebHeaderCollection The web header collection
리턴 void