#include <weiTransport.h>

| Public Member Functions | |
| iweRequest () | |
| iweRequest (string url) | |
| virtual | ~iweRequest () | 
| virtual WeURL & | RequestUrl (void) | 
| Access the ReqUrl property. | |
| virtual void | RequestUrl (const string &ReqUrl, iweOperation *resp=NULL)=0 | 
| Access the ReqUrl property. | |
| virtual void | RequestUrl (const WeURL &ReqUrl, iweOperation *resp=NULL)=0 | 
| Access the ReqUrl property. | |
Definition at line 94 of file weiTransport.h.
| iweRequest::iweRequest | ( | ) |  [inline] | 
Definition at line 97 of file weiTransport.h.
| iweRequest::iweRequest | ( | string | url | ) |  [inline] | 
Definition at line 98 of file weiTransport.h.
| virtual iweRequest::~iweRequest | ( | ) |  [inline, virtual] | 
Definition at line 99 of file weiTransport.h.
| virtual void iweRequest::RequestUrl | ( | const WeURL & | ReqUrl, | |
| iweOperation * | resp = NULL | |||
| ) |  [pure virtual] | 
Access the ReqUrl property.
| WeError | if given URL is malformed and can't be reconstructed from the WeHttpResponse | 
Implemented in WeHttpRequest.
| virtual void iweRequest::RequestUrl | ( | const string & | ReqUrl, | |
| iweOperation * | resp = NULL | |||
| ) |  [pure virtual] | 
Access the ReqUrl property.
| WeError | if given URL is malformed and can't be reconstructed from the WeHttpResponse | 
Implemented in WeHttpRequest.
| virtual WeURL& iweRequest::RequestUrl | ( | void | ) |  [inline, virtual] | 
Access the ReqUrl property.
| WeError | if given URL is malformed and can't be reconstructed from the WeHttpResponse | 
Implemented in WeHttpRequest.
Definition at line 105 of file weiTransport.h.
|  | ©2009 Positive Technologies | Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |  | 1.5.7 |