简体   繁体   中英

How to access iis server on Windows XP from MAC 10.5

For my application i need to access data from a local server(IIS) which is on windows XP over the network. In my code am using reachability and giving host name as

    Reachability *reachability = [Reachability reachabilityWithHostName:@""];

How can i do this.Please help me.

假设您正在使用Apple的Reachability示例代码中的“ Reachability”类,则需要指定您要访问的主机名,例如[Reachability reachabilityWithHostName:@"www.apple.com"]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM