OSWebRequestDelegate

Declared In:

Introduction

This protocol must be implemented by the object that will receive the notification of a web request.

Discussion

This protocol has two methods. requestDidFinishWithString is called when a saccesful http operation is completed. requestDidFinishWithError is called when some error ocurred.