|
|
1
1
这取决于服务器使用的身份验证方法。对于表单身份验证,您只需要模拟表单发布。但很可能该站点使用集成的Windows身份验证,您需要 implement IAuthenticate (ex)或通过logonuser模拟。 |