RequestForwarder members
Forwards the client request to the server.
The RequestForwarder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RequestForwarder | Initializes a new instance of the RequestForwarder class with the specified HTTP context. |
Top
Properties
Name | Description | |
---|---|---|
RequestToken | Gets a token that contains information that the Web application uses to determine which permissions should be allowed for the Silverlight application. | |
Url | Gets the URL of the server to which the request was forwarded. | |
WebRequest | Gets the HTTP Web request with the URL of the server to which the request was forwarded. |
Top
Methods
Name | Description | |
---|---|---|
ProcessRequest | Forwards the client HTTP request to the server and sends the response to client. | |
ToString | (Inherited from Object.) |
Top