Represents a cloud environment to which the object tracker and event reporting services should connect to do object recognition and event reporting. More...
Public Member Functions | |
CloudEnvironment (Hosts hosts, string name) | |
Create a custom cloud environment which allows you precise control over which cloud servers should be used for the different services. More... | |
override string | ToString () |
Returns a debug description of the receiver. More... | |
override int | GetHashCode () |
Returns the hash code of the receiver. More... | |
override bool | Equals (object obj) |
Returns true if the receiver and the given object represent the same cloud environment. More... | |
bool | Equals (CloudEnvironment other) |
Returns true if the receiver and the given environment represent the same cloud environment. More... | |
Static Public Member Functions | |
static bool | operator== (CloudEnvironment lhs, CloudEnvironment rhs) |
Returns true if both environment objects represent the same cloud environments. More... | |
static bool | operator!= (CloudEnvironment lhs, CloudEnvironment rhs) |
Returns true if both environment objects represent different cloud environments. More... | |
static void | AddHeader (HttpWebRequest request, string header, string value, bool useBase64PostfixHeaderName=true) |
Static Public Attributes | |
static readonly CloudEnvironment | Local |
Returns a cloud environment object which points to a SAFR platform running on the local machine. More... | |
static readonly CloudEnvironment | Dev |
Returns a cloud environment object which points to the RealNetworks, Inc. developer environment. More... | |
static readonly CloudEnvironment | Int2 |
Returns a cloud environment object which points to the RealNetworks, Inc. internal test environment. More... | |
static readonly CloudEnvironment | Prod |
Returns a cloud environment object which points to the RealNetworks, Inc. production environment. More... | |
Properties | |
static List< CloudEnvironment > | All [get] |
Returns all predefined cloud environments. More... | |
string | Name [get] |
Returns the name of the cloud environment. More... | |
Hosts | Hosts [get] |
Returns the hosts object backing the cloud environment. More... | |
Represents a cloud environment to which the object tracker and event reporting services should connect to do object recognition and event reporting.
RealNetworks.ArgusKit.CloudEnvironment.CloudEnvironment | ( | Hosts | hosts, |
string | name | ||
) |
Create a custom cloud environment which allows you precise control over which cloud servers should be used for the different services.
hosts | the hosts object which stores the cloud server URLs |
name | the name of the custom environment |
|
static |
bool RealNetworks.ArgusKit.CloudEnvironment.Equals | ( | CloudEnvironment | other | ) |
Returns true if the receiver and the given environment represent the same cloud environment.
other | the other environment |
override bool RealNetworks.ArgusKit.CloudEnvironment.Equals | ( | object | obj | ) |
Returns true if the receiver and the given object represent the same cloud environment.
obj | the other object |
override int RealNetworks.ArgusKit.CloudEnvironment.GetHashCode | ( | ) |
Returns the hash code of the receiver.
|
static |
Returns true if both environment objects represent different cloud environments.
lhs | one environment |
rhs | the other environment |
|
static |
Returns true if both environment objects represent the same cloud environments.
lhs | one environment |
rhs | the other environment |
override string RealNetworks.ArgusKit.CloudEnvironment.ToString | ( | ) |
Returns a debug description of the receiver.
|
static |
Returns a cloud environment object which points to the RealNetworks, Inc. developer environment.
|
static |
Returns a cloud environment object which points to the RealNetworks, Inc. internal test environment.
|
static |
Returns a cloud environment object which points to a SAFR platform running on the local machine.
|
static |
Returns a cloud environment object which points to the RealNetworks, Inc. production environment.
|
staticget |
Returns all predefined cloud environments.
|
get |
Returns the hosts object backing the cloud environment.
|
get |
Returns the name of the cloud environment.