OSWebRequestDelegate
IntroductionThis protocol must be implemented by the object that will receive the notification of a web request. DiscussionThis protocol has two methods. requestDidFinishWithString is called when a saccesful http operation is completed. requestDidFinishWithError is called when some error ocurred. |