This interface provides an abstraction for rewriting Uris based on the infestructure.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IWebServerHelper type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ApplicationRoot |
The root name applicaiton is hosted under.
|
Methods
Name | Description | |
---|---|---|
![]() | GetExternalUri(Uri, String, String) |
This will convert the Uri to find the route from browser to server. Not to be used by the server.
|
![]() | GetExternalUri(Uri, String, String, String) |
This will convert the Uri to find the route from browser to server. Not to be used by the server.
|
![]() | GetInternalUri(Uri, String, String) |
This will convert the Uri to find the route from server to server. Not to be given to the end user.
|
![]() | GetInternalUri(Uri, String, String, String) |
This will convert the Uri to find the route from server to server. Not to be given to the end user.
|
See Also