Interface IOnlineAppRequestInfo
Interface implemented on service prviding information about app calling NetServer
Namespace: SuperOffice.WebApi
Assembly: SoCore.dll
Syntax
public interface IOnlineAppRequestInfo
Properties
ContextIdentifier
ContextIdentifier
Declaration
string ContextIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |
IsOnlineAppRequest
Is the request called by an online partner app
Declaration
bool IsOnlineAppRequest { get; }
Property Value
Type | Description |
---|---|
bool |
PartnerAppRequestInfo
Information about the request if it is made by an online app
Declaration
PartnerAppRequestInfo PartnerAppRequestInfo { get; }
Property Value
Type | Description |
---|---|
PartnerAppRequestInfo |
Methods
InitializeOnlineAppRequest(PartnerAppRequestInfo)
Initialize the current scope with information about a oline app request
Declaration
void InitializeOnlineAppRequest(PartnerAppRequestInfo partnerAppRequestInfo)
Parameters
Type | Name | Description |
---|---|---|
PartnerAppRequestInfo | partnerAppRequestInfo | Information about a oline app request |