![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <HTTPRedirectResponse.h>
Public Member Functions | |
(id) | - initWithPath: |
Protected Attributes | |
NSString * | redirectPath |
Definition at line 6 of file HTTPRedirectResponse.h.
- (id) initWithPath: | (NSString *) | redirectPath |
Initialize the HTTPRedirectResponse with a redirectPath param NSString returns id
Definition at line 5 of file HTTPRedirectResponse.m.
:(NSString *)path { if ((self = [super init])) { // Copies the path redirectPath = [path copy]; } return self; }
- (NSString*) redirectPath [protected] |
The redirect path
Definition at line 12 of file HTTPRedirectResponse.h.