IWebServerHelper Interface

Relativity API
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

public interface IWebServerHelper

The IWebServerHelper type exposes the following members.

Properties

  NameDescription
Public propertyApplicationRoot
The root name applicaiton is hosted under.
Top
Methods

  NameDescription
Public methodGetExternalUri(Uri, String, String)
This will convert the Uri to find the route from browser to server. Not to be used by the server.
Public methodGetExternalUri(Uri, String, String, String)
This will convert the Uri to find the route from browser to server. Not to be used by the server.
Public methodGetInternalUri(Uri, String, String)
This will convert the Uri to find the route from server to server. Not to be given to the end user.
Public methodGetInternalUri(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.
Top
See Also

Reference