Struct ChannelServiceRequest
A struct to identity channel service requests.
Inherited Members
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public struct ChannelServiceRequest
Properties
Action
The action verb identifying the request on the targeted resource
Declaration
public readonly string Action { get; }
Property Value
Type | Description |
---|---|
string |
Route
The relative route identifying the targeted resource.
Declaration
public readonly string Route { get; }
Property Value
Type | Description |
---|---|
string |