Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Microsoft
Protocols
TestSuites
Common
ActiveSyncRawResponse
C# Class Microsoft.Protocols.TestSuites.Common.ActiveSyncRawResponse
Wrapper class contains all the HTTP information returned from the server
ファイルを表示
Open project: OfficeDev/Interop-TestSuites
Public Methods
Method
Description
SetWebHeader
(
WebHeaderCollection
headers
) :
void
Sets web header collection.
Method Details
SetWebHeader()
public
method
Sets web header collection.
public
SetWebHeader
(
WebHeaderCollection
headers
) :
void
headers
System.Net.WebHeaderCollection
The web header collection
return
void