GetOptions
ActiveSyncTLClient.GetOptions method
GetOptions 静态方法用于发现支持哪些协议版本,以及服务器上支持哪些协议命令。 客户端使用GetOptions静态方法判断服务端是否支持客户端支持的协议版本。
public static ASProtocolVersions GetOptions(string uri, NetworkCredential credentials,
out string[] supportedServerCommands, out string[] supportedServerProtocols)
范围 | 类型 | 描述 |
---|---|---|
uri | String | ActiveSync 服务的 URL |
credentials | NetworkCredential | 用于连接到服务器的凭据。 |
supportedServerCommands | String[]& | out 参数,返回支持的协议命令 |
supportedServerProtocols | String[]& | out 参数,返回支持的协议版本 |
返回值
返回最新支持的协议版本